()
| 97 | }, TIMEOUT); |
| 98 | |
| 99 | function tearDown() { |
| 100 | clearTimeout(timer); |
| 101 | child.stdout.removeListener('data', checkOutput); |
| 102 | child.removeListener('close', onChildClose); |
| 103 | } |
| 104 | |
| 105 | child.on('close', onChildClose); |
| 106 | child.stdout.on('data', checkOutput); |
no test coverage detected
searching dependent graphs…