-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
test(svelte-query/createInfiniteQuery): add 'sleep', remove 'Number' in 'queryFn', and replace 'queryByText' with 'getByText' #9492
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(svelte-query/createInfiniteQuery): add 'sleep', remove 'Number' in 'queryFn', and replace 'queryByText' with 'getByText' #9492
Conversation
…in 'queryFn', and replace 'queryByText' with 'getByText'
View your CI Pipeline Execution ↗ for commit d44382b
☁️ 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 #9492 +/- ##
===========================================
+ Coverage 45.30% 89.20% +43.89%
===========================================
Files 208 18 -190
Lines 8283 176 -8107
Branches 1868 31 -1837
===========================================
- Hits 3753 157 -3596
+ Misses 4085 18 -4067
+ Partials 445 1 -444
🚀 New features to boost your workflow:
|
…eep-remove-Number-simplify-queryFn-replace-queryByText-getByText
@@ -11,7 +12,7 @@ | |||
const query = createInfiniteQuery( | |||
{ | |||
queryKey: ['test'], | |||
queryFn: ({ pageParam }) => Number(pageParam), |
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.
👍
No description provided.