-
-
Notifications
You must be signed in to change notification settings - Fork 599
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
chore(test): migrate to vitest v2 #3326
Conversation
const name = [...suites.slice(3).map((s) => s.name), task.name].join(' > ') | ||
const name = [...suites.slice(2).map((s) => s.name), task.name].join(' > ') |
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.
1841410
to
7c55a59
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3326 +/- ##
==========================================
- Coverage 96.32% 95.75% -0.57%
==========================================
Files 151 151
Lines 15385 9144 -6241
Branches 2687 2697 +10
==========================================
- Hits 14819 8756 -6063
+ Misses 566 388 -178 ☔ View full report in Codecov by Sentry. |
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.
LGTM!
Thank you!! Let's go with it. |
Migrated to vitest v2.
Details of changes
The author should do the following, if applicable
bun run format:fix && bun run lint:fix
to format the code