(name: string)
| 148 | withImplementation(fn: T, callback: () => Promise<unknown>): Promise<void>; |
| 149 | withImplementation(fn: T, callback: () => void): void; |
| 150 | mockName(name: string): this; |
| 151 | mockReturnThis(): this; |
| 152 | mockReturnValue(value: ReturnType<T>): this; |
| 153 | mockReturnValueOnce(value: ReturnType<T>): this; |
no outgoing calls
no test coverage detected