(_n: SessionNotification)
| 24 | throw new Error('StubClient.requestPermission should not be called in cancel test'); |
| 25 | } |
| 26 | async sessionUpdate(_n: SessionNotification): Promise<void> { |
| 27 | throw new Error('StubClient.sessionUpdate should not be called in cancel test'); |
| 28 | } |
| 29 | async writeTextFile(_p: WriteTextFileRequest): Promise<WriteTextFileResponse> { |
| 30 | throw new Error('StubClient.writeTextFile should not be called in cancel test'); |
| 31 | } |
no outgoing calls
no test coverage detected