-
-
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): add test case for queryOptions #8267
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit becd89a. 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 #8267 +/- ##
=========================================
+ Coverage 0 82.45% +82.45%
=========================================
Files 0 26 +26
Lines 0 359 +359
Branches 0 99 +99
=========================================
+ Hits 0 296 +296
- Misses 0 54 +54
- Partials 0 9 +9
|
Now queryOptions is 100% covered by test code
AS-IS 93.13% (queryOptions.ts 0.00%)
TO-BE 93.84% (queryOptions.ts 100.00%)