(
id: string,
importer: string,
factoryOrOptions?: ModuleMockFactory | ModuleMockOptions,
)
| 33 | |
| 34 | export interface TestModuleMocker { |
| 35 | queueMock( |
| 36 | id: string, |
| 37 | importer: string, |
| 38 | factoryOrOptions?: ModuleMockFactory | ModuleMockOptions, |
no outgoing calls
no test coverage detected