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 fcf49d7 commit 1bfc560Copy full SHA for 1bfc560
1 file changed
packages/svelte-query/tests/createQueries/createQueries.svelte.test.ts
@@ -4,7 +4,7 @@ import { QueryClient } from '@tanstack/query-core'
4
import { sleep } from '@tanstack/query-test-utils'
5
import IsRestoringExample from './IsRestoringExample.svelte'
6
7
-describe('createQueries (isRestoring)', () => {
+describe('createQueries', () => {
8
beforeEach(() => {
9
vi.useFakeTimers()
10
})
0 commit comments