()
| 308 | get(path: PropertyPath): StubHook { return this; } |
| 309 | dup(): StubHook { return this; } |
| 310 | pull(): RpcPayload | Promise<RpcPayload> { return Promise.reject(this.error); } |
| 311 | ignoreUnhandledRejections(): void {} |
| 312 | dispose(): void {} |
| 313 | onBroken(callback: (error: any) => void): void { |
no outgoing calls
no test coverage detected