-
-
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 test case for ensureQueryFn with skipToken #8725
test(query-core): add test case for ensureQueryFn with skipToken #8725
Conversation
View your CI Pipeline Execution ↗ for commit b040b49.
☁️ Nx Cloud last updated this comment at |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8725 +/- ##
===========================================
+ Coverage 46.39% 62.22% +15.83%
===========================================
Files 199 121 -78
Lines 7551 4543 -3008
Branches 1729 1312 -417
===========================================
- Hits 3503 2827 -676
+ Misses 3668 1483 -2185
+ Partials 380 233 -147 🚀 New features to boost your workflow:
|
I don’t think we should allow running an imperative function with a A better fix would be to get a type error if this is attempted. |
9dd6ce2
to
274378a
Compare
sorry, I don’t see how this addresses the issue. My point was that users shouldn’t be able to call |
No description provided.