* When using `babel-jest`, calls to `jest.mock()` will automatically be hoisted * to the top of the code block. Use this method if you want to explicitly * avoid this behavior.
(
moduleName: string,
moduleFactory?: () => T,
options?: {virtual?: boolean},
)
| 142 | * avoid this behavior. |
| 143 | */ |
| 144 | doMock<T = unknown>( |
| 145 | moduleName: string, |
| 146 | moduleFactory?: () => T, |
| 147 | options?: {virtual?: boolean}, |
no outgoing calls