(test: TestCase, result: TestResult)
| 50 | } |
| 51 | } |
| 52 | onTestEnd(test: TestCase, result: TestResult): void { |
| 53 | console.log('%%onTestEnd'); |
| 54 | this._printErrors(result); |
| 55 | } |
| 56 | onStdOut(chunk: string | Buffer) { |
| 57 | console.log(chunk); |
| 58 | } |
nothing calls this directly
no test coverage detected