Skip to content

Commit 948c646

Browse files
committed
oops missing import
1 parent b6fffb4 commit 948c646

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/query-core/src/__tests__/timeoutManager.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'
22
import {
33
TimeoutManager,
4+
defaultTimeoutProvider,
45
systemSetTimeoutZero,
56
timeoutManager,
67
} from '../timeoutManager'

0 commit comments

Comments
 (0)