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