-
Notifications
You must be signed in to change notification settings - Fork 119
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
🤖 TEST: Use vitest instead of jest #399
Conversation
Socket Security Report👍 No new dependency issues detected in pull request Socket.dev scan summary
Bot CommandsTo ignore an alert, reply with a comment starting with Ignoring: Powered by socket.dev |
Codecov Report
@@ Coverage Diff @@
## master #399 +/- ##
==========================================
- Coverage 98.67% 97.21% -1.47%
==========================================
Files 4 4
Lines 378 753 +375
Branches 124 167 +43
==========================================
+ Hits 373 732 +359
- Misses 5 21 +16
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@SocketSecurity ignore bufferutil@4.0.6 |
@SocketSecurity ignore utf-8-validate@5.0.9 esbuild@0.15.9 |
vitest coverage 在 node >= 16 会 hang 住,先 skip vitest-dev/vitest#2008 |
"selfsigned": "^2.0.1", | ||
"ts-jest": "28", | ||
"typescript": "4" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jest 需要4个npm包,vitest 需要2个,更新负担减半。
No description provided.