-
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 pages/MembersPage tests to Vitest #3318
chore: Update pages/MembersPage tests to Vitest #3318
Conversation
Bundle ReportChanges will increase total bundle size by 100 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3318 +/- ##
==========================================
- Coverage 97.78% 97.74% -0.04%
==========================================
Files 800 800
Lines 14109 14110 +1
Branches 4019 3992 -27
==========================================
- Hits 13796 13792 -4
- Misses 308 312 +4
- Partials 5 6 +1
... and 3 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 #3318 +/- ##
==========================================
- Coverage 97.78% 97.74% -0.04%
==========================================
Files 800 800
Lines 14109 14110 +1
Branches 4019 4020 +1
==========================================
- Hits 13796 13792 -4
- Misses 308 312 +4
- Partials 5 6 +1
... and 3 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 #3318 +/- ##
==========================================
- Coverage 97.78% 97.74% -0.04%
==========================================
Files 800 800
Lines 14109 14110 +1
Branches 3940 4020 +80
==========================================
- Hits 13796 13792 -4
- Misses 308 312 +4
- Partials 5 6 +1
... and 3 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Bundle ReportChanges will increase total bundle size by 100 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3318 +/- ##
==========================================
- Coverage 97.78% 97.74% -0.04%
==========================================
Files 800 800
Lines 14109 14110 +1
Branches 4019 3941 -78
==========================================
- Hits 13796 13792 -4
- Misses 308 312 +4
- Partials 5 6 +1
... and 3 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 the tests in
pages/MembersPage
to Vitest