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 b6fffb4 commit 948c646Copy full SHA for 948c646
packages/query-core/src/__tests__/timeoutManager.test.tsx
@@ -1,6 +1,7 @@
1
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'
2
import {
3
TimeoutManager,
4
+ defaultTimeoutProvider,
5
systemSetTimeoutZero,
6
timeoutManager,
7
} from '../timeoutManager'
0 commit comments