test(vue-query/useQueries): add test for 'refetch' of individual query without affecting others#10242
test(vue-query/useQueries): add test for 'refetch' of individual query without affecting others#10242sukvvon wants to merge 1 commit intoTanStack:mainfrom
Conversation
…y without affecting others
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA new test case is added to verify that refetching a specific query in a multi-query scenario updates only that query's data while leaving other queries' data unchanged. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
View your CI Pipeline Execution ↗ for commit d585e3e
☁️ Nx Cloud last updated this comment at |
🎯 Changes
Add test for per-query
refetchinuseQueries, verifying that refetching one query does not affect others. This covers the wrappedrefetchcallback inuseQueries.tslines 305-311.✅ Checklist
pnpm run test:pr.🚀 Release Impact
Summary by CodeRabbit