-
Notifications
You must be signed in to change notification settings - Fork 22
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 pages/DefaultOrgSelector tests to Vitest #3314
chore: Update pages/DefaultOrgSelector tests to Vitest #3314
Conversation
Bundle ReportBundle size has no change ✅ |
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 #3314 +/- ##
==========================================
- Coverage 97.72% 97.71% -0.01%
==========================================
Files 800 800
Lines 14110 14110
Branches 4015 4015
==========================================
- Hits 13789 13788 -1
- Misses 315 317 +2
+ Partials 6 5 -1 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 #3314 +/- ##
==========================================
- Coverage 97.72% 97.71% -0.01%
==========================================
Files 800 800
Lines 14110 14110
Branches 4015 4015
==========================================
- Hits 13789 13788 -1
- Misses 315 317 +2
+ Partials 6 5 -1 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 #3314 +/- ##
==========================================
- Coverage 97.72% 97.71% -0.01%
==========================================
Files 800 800
Lines 14110 14110
Branches 4015 4015
==========================================
- Hits 13789 13788 -1
- Misses 315 317 +2
+ Partials 6 5 -1 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 #3314 +/- ##
==========================================
- Coverage 97.72% 97.71% -0.01%
==========================================
Files 800 800
Lines 14110 14110
Branches 4015 4020 +5
==========================================
- Hits 13789 13788 -1
- Misses 315 317 +2
+ Partials 6 5 -1 see 2 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
Description
This PR updates all of the tests in the
pages/DefaultOrgSelector
to Vitest.