Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ test-esm-loader-invalid-url.mjs
File
test-esm-loader-invalid-url.mjs
test/es-module/test-esm-loader-invalid-url.mjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// Flags: --experimental-loader ./test/fixtures/es-module-loaders/loader-invalid-url.mjs
2
import
{ expectsError, mustCall } from
'../common/index.mjs'
;
3
import
assert from
'assert'
;
4
Callers
nothing calls this directly
Calls
4
match
Method · 0.65
expectsError
Function · 0.50
mustCall
Function · 0.50
then
Method · 0.45
Tested by
no test coverage detected