-
-
Notifications
You must be signed in to change notification settings - Fork 836
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: use async import for isomorphic-ws to support edge runtime #375
Conversation
🦋 Changeset detectedLatest commit: 0bafce3 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Size Change: -54 B (0%) Total Size: 247 kB
ℹ️ View Unchanged
|
Codecov Report
@@ Coverage Diff @@
## main #375 +/- ##
=======================================
Coverage 99.89% 99.90%
=======================================
Files 265 265
Lines 21811 21811
Branches 1849 1849
=======================================
+ Hits 21789 21790 +1
+ Misses 20 19 -1
Partials 2 2
... and 1 file with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Should we maybe configure different vitest environments (vitest supports jsdom, node, edge, etc.) in a test matrix in CI to ensure support for edge in the future?