(path: string, factory?: MockFactoryWithHelper | MockOptions)
| 243 | */ |
| 244 | // eslint-disable-next-line ts/method-signature-style |
| 245 | mock(path: string, factory?: MockFactoryWithHelper | MockOptions): void |
| 246 | // eslint-disable-next-line ts/method-signature-style |
| 247 | mock<T>(module: Promise<T>, factory?: MockFactoryWithHelper<T> | MockOptions): void |
| 248 |
no outgoing calls
no test coverage detected