-
Notifications
You must be signed in to change notification settings - Fork 23
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: Update shared/ContentsTable tests to Vitest #3283
chore: Update shared/ContentsTable tests to Vitest #3283
Conversation
Bundle ReportBundle size has no change ✅ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3283 +/- ##
==========================================
- Coverage 97.74% 97.73% -0.02%
==========================================
Files 797 797
Lines 14076 14076
Branches 4017 4012 -5
==========================================
- Hits 13759 13757 -2
- Misses 312 314 +2
Partials 5 5 see 2 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3283 +/- ##
==========================================
- Coverage 97.74% 97.73% -0.02%
==========================================
Files 797 797
Lines 14076 14076
Branches 4017 4017
==========================================
- Hits 13759 13757 -2
- Misses 312 314 +2
Partials 5 5 see 2 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3283 +/- ##
==========================================
- Coverage 97.74% 97.73% -0.02%
==========================================
Files 797 797
Lines 14076 14076
Branches 4017 4012 -5
==========================================
- Hits 13759 13757 -2
- Misses 312 314 +2
Partials 5 5 see 2 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #3283 +/- ##
==========================================
- Coverage 97.74% 97.73% -0.02%
==========================================
Files 797 797
Lines 14076 14076
Branches 4012 4017 +5
==========================================
- Hits 13759 13757 -2
- Misses 312 314 +2
Partials 5 5 see 2 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Bundle ReportBundle size has no change ✅ |
Description
This PR updates all of the tests in the
shared/ContentsTable
repo to Vitest