-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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): add test case for infiniteQueryOptions #8268
test(react-query): add test case for infiniteQueryOptions #8268
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit afb59d3. 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 2 targetsSent with 💌 from NxCloud. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8268 +/- ##
=========================================
+ Coverage 0 82.45% +82.45%
=========================================
Files 0 26 +26
Lines 0 359 +359
Branches 0 100 +100
=========================================
+ Hits 0 296 +296
- Misses 0 54 +54
- Partials 0 9 +9
|
Now infiniteQueryOptions is 100% covered by test code
AS-IS 93.13% (infiniteQueryOptions.ts 0.00%)
TO-BE 93.84% (infiniteQueryOptions.ts 100.00%)