-
Notifications
You must be signed in to change notification settings - Fork 56
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: migrate project to Vitest #3196
Conversation
# Conflicts: # package-lock.json # package.json # packages/java/tests/gradle/single-module-tests/package.json # packages/java/tests/gradle/single-module/package-lock.json # packages/java/tests/gradle/single-module/package.json # packages/ts/file-router/test/vite-plugin/applyLayouts.spec.ts # packages/ts/file-router/test/vite-plugin/collectRoutesFromFS.spec.ts # packages/ts/frontend/test/Authentication.test.ts # packages/ts/frontend/test/Connect.test.ts # packages/ts/frontend/test/SpringCsrfTestUtils.ts
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3196 +/- ##
==========================================
- Coverage 92.89% 86.69% -6.20%
==========================================
Files 85 120 +35
Lines 3334 8155 +4821
Branches 801 1244 +443
==========================================
+ Hits 3097 7070 +3973
- Misses 184 1071 +887
+ Partials 53 14 -39
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
This PR moves all packages to Vitest. All changes in the tests / source files are related to the various issues happened because of the migration