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

Function doTests

test/parallel/test-inspector-bindings.js:119–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117}
118
119async function doTests() {
120 await testNoCrashWithExceptionInCallback();
121 testSampleDebugSession();
122 let breakpointHit = false;
123 scopeCallback = () => (breakpointHit = true);
124 debuggedFunction();
125 assert.strictEqual(breakpointHit, false);
126 testSampleDebugSession();
127 await testNoCrashConsoleLogBeforeThrow();
128}
129
130doTests().then(common.mustCall());

Callers 1

Calls 4

testSampleDebugSessionFunction · 0.85
debuggedFunctionFunction · 0.85

Tested by

no test coverage detected