Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ test-esm-imports.mjs
File
test-esm-imports.mjs
test/es-module/test-esm-imports.mjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ mustCall } from
'../common/index.mjs'
;
2
import
assert from
'assert'
;
3
4
import
importer from
'../fixtures/es-modules/pkgimports/importer.js'
;
Callers
nothing calls this directly
Calls
7
requireFixture
Function · 0.90
assertNotIncludes
Function · 0.85
assertStartsWith
Function · 0.70
assertIncludes
Function · 0.70
forEach
Method · 0.65
mustCall
Function · 0.50
then
Method · 0.45
Tested by
no test coverage detected