Files
ai-inference/__fixtures__/wait.ts
Sean Goedecke 0905e36402 Initial commit
2025-04-04 07:27:58 +11:00

4 lines
106 B
TypeScript

import { jest } from '@jest/globals'
export const wait = jest.fn<typeof import('../src/wait.js').wait>()