(log: UserConsoleLog)
| 84 | } |
| 85 | |
| 86 | onUserConsoleLog(log: UserConsoleLog) { |
| 87 | if (log.content.includes('ready')) { |
| 88 | this.vitest.cancelCurrentRun('keyboard-input') |
| 89 | } |
| 90 | } |
| 91 | } |
| 92 | |
| 93 | test('cancelling test run aborts the signal', async () => { |
no test coverage detected