(expected: string)
| 66 | } |
| 67 | |
| 68 | waitForStderr(expected: string) { |
| 69 | return this.waitForOutput(expected, 'stderr', this.waitForStderr) |
| 70 | } |
| 71 | |
| 72 | private waitForOutput(expected: string, source: Source, caller: Parameters<typeof Error.captureStackTrace>[1]) { |
| 73 | const error = new Error('Timeout') |
no test coverage detected