4 lines
93 B
TypeScript
4 lines
93 B
TypeScript
import {vi} from 'vitest'
|
|
|
|
export const wait = vi.fn<typeof import('../src/wait.js').wait>()
|