Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
23
let
testModule;
// Lazy loaded due to circular dependency.
24
25
function
lazyLoadTest() {
26
testModule ??= require(
'internal/test_runner/test'
);
27
return
testModule;
28
}
29
30
31
async
function
* tapReporter(source) {
Callers
1
jsToYaml
Function · 0.85
Calls
1
require
Function · 0.50
Tested by
no test coverage detected