(_p: ReadTextFileRequest)
| 30 | throw new Error('StubClient.writeTextFile should not be called in cancel test'); |
| 31 | } |
| 32 | async readTextFile(_p: ReadTextFileRequest): Promise<ReadTextFileResponse> { |
| 33 | throw new Error('StubClient.readTextFile should not be called in cancel test'); |
| 34 | } |
| 35 | } |
| 36 | |
| 37 | function makeInMemoryStreamPair(): { |
no outgoing calls
no test coverage detected