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 c087439 commit cc8e8d6Copy full SHA for cc8e8d6
packages/query-core/src/__tests__/query.test.tsx
@@ -558,7 +558,6 @@ describe('query', () => {
558
unsubscribe1()
559
560
await vi.advanceTimersByTimeAsync(0)
561
-
562
expect(queryCache.find({ queryKey: key })).toBeUndefined()
563
const unsubscribe2 = observer.subscribe(() => undefined)
564
unsubscribe2()
0 commit comments