-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
test(solid-query): remove unnecessary code in test-d file for useQueryOptions #9080
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(solid-query): remove unnecessary code in test-d file for useQueryOptions #9080
Conversation
View your CI Pipeline Execution ↗ for commit a4aaeb3.
☁️ Nx Cloud last updated this comment at |
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.
Pull Request Overview
This PR cleans up the test file by removing an unused helper function and its associated call wrappers to simplify the test logic.
- Removed the unused doNotRun function definition.
- Removed doNotRun call wrappers around expectTypeOf assertions.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9080 +/- ##
===========================================
+ Coverage 44.56% 79.76% +35.19%
===========================================
Files 203 16 -187
Lines 8101 336 -7765
Branches 1809 63 -1746
===========================================
- Hits 3610 268 -3342
+ Misses 4059 56 -4003
+ Partials 432 12 -420
🚀 New features to boost your workflow:
|
No description provided.