-
Notifications
You must be signed in to change notification settings - Fork 24
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/LoginPage tests to Vitest #3317
chore: Update pages/LoginPage tests to Vitest #3317
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 #3317 +/- ##
==========================================
- Coverage 97.74% 97.73% -0.01%
==========================================
Files 800 800
Lines 14110 14110
Branches 4020 3992 -28
==========================================
- Hits 13792 13791 -1
- Misses 312 313 +1
Partials 6 6 see 1 file 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 #3317 +/- ##
==========================================
- Coverage 97.74% 97.73% -0.01%
==========================================
Files 800 800
Lines 14110 14110
Branches 3941 3941
==========================================
- Hits 13792 13791 -1
- Misses 312 313 +1
Partials 6 6 see 1 file 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 #3317 +/- ##
==========================================
- Coverage 97.74% 97.73% -0.01%
==========================================
Files 800 800
Lines 14110 14110
Branches 4020 4015 -5
==========================================
- Hits 13792 13791 -1
- Misses 312 313 +1
Partials 6 6 see 1 file 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 #3317 +/- ##
==========================================
- Coverage 97.74% 97.73% -0.01%
==========================================
Files 800 800
Lines 14110 14110
Branches 3941 4015 +74
==========================================
- Hits 13792 13791 -1
- Misses 312 313 +1
Partials 6 6 see 1 file 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
pages/LoginPage
to Vitest.