-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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(query-core): add hashQueryKeyByOptions test code #8736
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this doesn’t test the byOptions
part, because options are never passed to hashQueryKeyByOptions
in these tests.
so this is essentially the same as #8735 right now
I modified the test code to verify that when the |
View your CI Pipeline Execution ↗ for commit f903afc.
☁️ Nx Cloud last updated this comment at |
please fix eslint |
I fixed it! Thank you |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8736 +/- ##
===========================================
+ Coverage 46.37% 63.20% +16.82%
===========================================
Files 199 135 -64
Lines 7551 4854 -2697
Branches 1730 1370 -360
===========================================
- Hits 3502 3068 -434
+ Misses 3669 1541 -2128
+ Partials 380 245 -135 🚀 New features to boost your workflow:
|
No description provided.