()
| 318 | } |
| 319 | |
| 320 | getFullOutput(): string { |
| 321 | const stderr = client.stderr; |
| 322 | return stderr.getFullOutput(); |
| 323 | } |
| 324 | |
| 325 | async startMockServer() { |
| 326 | this.mockServer = createServer(this.app); |
nothing calls this directly
no test coverage detected