(output)
| 15 | } |
| 16 | |
| 17 | function isPreBreak(output) { |
| 18 | return /Break on start/.test(output) && /1 \(function \(exports/.test(output); |
| 19 | } |
| 20 | |
| 21 | function startCLI(args, flags = [], spawnOpts = {}, opts = { randomPort: true }) { |
| 22 | let stderrOutput = ''; |
no test coverage detected
searching dependent graphs…