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

Function runTests

test/parallel/test-inspector-overwrite-config.js:41–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39}
40
41async function runTests() {
42 await testConsoleLog();
43 assert.ok(asserted, 'log statement did not reach the inspector');
44}
45
46runTests().then(common.mustCall());

Calls 2

testConsoleLogFunction · 0.85
okMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…