MCPcopy Index your code
hub / github.com/nodejs/node / runTests

Function runTests

test/parallel/test-inspector-debug-brk-flag.js:32–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32async function runTests() {
33 const child = new NodeInstance(['--inspect-brk=0']);
34 const session = await child.connectInspectorSession();
35
36 await testBreakpointOnStart(session);
37 await session.runToCompletion();
38
39 assert.strictEqual((await child.expectShutdown()).exitCode, 55);
40}
41
42runTests().then(common.mustCall());

Calls 4

expectShutdownMethod · 0.95
runToCompletionMethod · 0.80
testBreakpointOnStartFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…