Skip to content

Commit b143985

Browse files
authoredOct 13, 2023
fix: export VitestUtils interface (#4301)
1 parent cd03cb5 commit b143985

File tree

1 file changed

+1
-1
lines changed
  • packages/vitest/src/integrations

1 file changed

+1
-1
lines changed
 

Diff for: ‎packages/vitest/src/integrations/vi.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import type { EnhancedSpy, MaybeMocked, MaybeMockedDeep, MaybePartiallyMocked, M
1111
import { fn, isMockFunction, spies, spyOn } from './spy'
1212
import { waitFor, waitUntil } from './wait'
1313

14-
interface VitestUtils {
14+
export interface VitestUtils {
1515
isFakeTimers(): boolean
1616
useFakeTimers(config?: FakeTimerInstallOpts): this
1717
useRealTimers(): this

0 commit comments

Comments
 (0)
Please sign in to comment.