(process)
| 8 | const tmpdir = require('../common/tmpdir'); |
| 9 | |
| 10 | const isChildProcess = (process) => process instanceof ChildProcess; |
| 11 | |
| 12 | function testDiagnosticChannel(subscribers, test, after) { |
| 13 | dc.tracingChannel('child_process.spawn').subscribe(subscribers); |
no outgoing calls
no test coverage detected
searching dependent graphs…