4 lines
106 B
TypeScript
4 lines
106 B
TypeScript
import { jest } from '@jest/globals'
|
|
|
|
export const wait = jest.fn<typeof import('../src/wait.js').wait>()
|