()
| 56 | // Return an error that occurred during reporting. This error will |
| 57 | // define whether the test run was successful or failed. |
| 58 | getLastError(): Error | undefined { |
| 59 | return this._error; |
| 60 | } |
| 61 | |
| 62 | protected __beginSynchronizedUpdate(write: WriteStream['write']): void { |
| 63 | if (isInteractive) { |
no outgoing calls
no test coverage detected