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

Function runAllTests

test/node-api/test_reference_by_node_api_version/test.js:118–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116}
117
118async function runAllTests() {
119 await runTests(addon_v8, /* isVersion8 */ true, /* isLocalSymbol */ true);
120 await runTests(addon_v8, /* isVersion8 */ true, /* isLocalSymbol */ false);
121 await runTests(addon_new, /* isVersion8 */ false, /* isLocalSymbol */ true);
122 await runTests(addon_new, /* isVersion8 */ false, /* isLocalSymbol */ false);
123}
124
125runAllTests().then(mustCall());

Callers 1

test.jsFile · 0.70

Calls 1

runTestsFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…