-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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(react-query): refactor test file structure 1 file by 1 api #8262
test(react-query): refactor test file structure 1 file by 1 api #8262
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit f77391f. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8262 +/- ##
=========================================
+ Coverage 0 81.89% +81.89%
=========================================
Files 0 26 +26
Lines 0 359 +359
Branches 0 99 +99
=========================================
+ Hits 0 294 +294
- Misses 0 56 +56
- Partials 0 9 +9
|
I refactored the test file structure to have one file per API, such as useSuspenseQuery.test.tsx, useSuspenseQueries.test.tsx, and useSuspenseInfiniteQuery.test.tsx.