(fn: T)
| 144 | mockReset(): this; |
| 145 | mockRestore(): void; |
| 146 | mockImplementation(fn: T): this; |
| 147 | mockImplementationOnce(fn: T): this; |
| 148 | withImplementation(fn: T, callback: () => Promise<unknown>): Promise<void>; |
| 149 | withImplementation(fn: T, callback: () => void): void; |
no outgoing calls