()
| 66 | |
| 67 | return new Promise((resolve, reject) => { |
| 68 | function checkOutput() { |
| 69 | if (checkPattern(getOutput())) { |
| 70 | tearDown(); |
| 71 | resolve(); |
| 72 | } |
| 73 | } |
| 74 | |
| 75 | function onChildClose(code, signal) { |
| 76 | tearDown(); |
no test coverage detected
searching dependent graphs…