-
-
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
base: main
Are you sure you want to change the base?
test(query-core): add test case for ensureQueryFn with skipToken #8725
Conversation
View your CI Pipeline Execution ↗ for commit b5884bb.
☁️ 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.31% 63.17% +16.86%
===========================================
Files 199 135 -64
Lines 7552 4856 -2696
Branches 1731 1369 -362
===========================================
- Hits 3498 3068 -430
+ Misses 3674 1543 -2131
+ Partials 380 245 -135 |
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
No description provided.