Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ test-runner-module-mocking.js
File
test-runner-module-mocking.js
test/parallel/test-runner-module-mocking.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// Flags: --experimental-test-module-mocks --experimental-require-module
2
'use strict'
;
3
const
common = require(
'../common'
);
4
const
{ isMainThread } = require(
'worker_threads'
);
Callers
nothing calls this directly
Calls
15
assertCoreModuleMockWorksInBothModuleSystems
Function · 0.85
relative
Function · 0.85
assertGetterMockWorksInBothSystems
Function · 0.85
test
Function · 0.70
match
Method · 0.65
require
Function · 0.50
pathToFileURL
Function · 0.50
Symbol
Function · 0.50
skip
Method · 0.45
test
Method · 0.45
module
Method · 0.45
fn
Method · 0.45
Tested by
no test coverage detected