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

Function lazyLoadTest

lib/internal/test_runner/reporter/tap.js:25–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23let testModule; // Lazy loaded due to circular dependency.
24
25function lazyLoadTest() {
26 testModule ??= require('internal/test_runner/test');
27 return testModule;
28}
29
30
31async function * tapReporter(source) {

Callers 1

jsToYamlFunction · 0.85

Calls 1

requireFunction · 0.50

Tested by

no test coverage detected