explorer
explorer copied to clipboard
test: clean up duplicate QueryClient
High Level Overview of Change
This creates a testQueryClient that has caching turned off to prevent caching between tests. Previously several of the tests manually set cacheTime to 0.
Context of Change
The two queryClient definitions were created in competing PRs.
Type of Change
- [x] Refactor (non-breaking change that only restructures code)
- [x] Tests (You added tests for code that already exists, or your new feature included in this PR)