mirror of
https://github.com/actions/container-toolkit-action.git
synced 2025-12-10 20:21:17 +00:00
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>()
|