-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
test(react-query/useSuspenseQuery): switch to fake timers and replace 'waitFor' with 'vi.waitFor' #9357
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/useSuspenseQuery): switch to fake timers and replace 'waitFor' with 'vi.waitFor' #9357
Conversation
… 'waitFor' with 'vi.waitFor'
View your CI Pipeline Execution ↗ for commit 4eb924a
☁️ 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 #9357 +/- ##
===========================================
+ Coverage 45.37% 84.29% +38.91%
===========================================
Files 207 25 -182
Lines 8277 363 -7914
Branches 1865 108 -1757
===========================================
- Hits 3756 306 -3450
+ Misses 4080 48 -4032
+ Partials 441 9 -432 🚀 New features to boost your workflow:
|
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.
Let's replace vi.waitFor with vi.advanceTimersByTimeAsync after this pull request merged
No description provided.