We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a247729 commit abda003Copy full SHA for abda003
packages/query-core/src/__tests__/queryCache.test.tsx
@@ -1,6 +1,6 @@
1
import { afterEach, beforeEach, describe, expect, test, vi } from 'vitest'
2
import { queryKey, sleep } from '@tanstack/query-test-utils'
3
-import { Query, QueryCache, QueryClient, QueryObserver } from '..'
+import { QueryCache, QueryClient, QueryObserver } from '..'
4
5
describe('queryCache', () => {
6
let queryClient: QueryClient
0 commit comments