()
| 97 | |
| 98 | const proc = child_process.spawn(cmd, args, { ...options, stdio: 'pipe' }); |
| 99 | const syncStatus = () => reportStatus({ current, max, state, startTime }); |
| 100 | const restartTest = () => { |
| 101 | console.error(output); |
| 102 | console.error(`Test restarted due to failure.`); |
no test coverage detected