()
| 37 | |
| 38 | |
| 39 | async function runTest() { |
| 40 | const child = new NodeInstance(undefined, undefined, script); |
| 41 | const session = await child.connectInspectorSession(); |
| 42 | await testBreakpointOnStart(session); |
| 43 | await session.runToCompletion(); |
| 44 | assert.strictEqual((await child.expectShutdown()).exitCode, 1); |
| 45 | } |
| 46 | |
| 47 | runTest().then(common.mustCall()); |
no test coverage detected
searching dependent graphs…