Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ a.test.mjs
File
a.test.mjs
test/fixtures/test-runner/coverage/a.test.mjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{test as o}from
"node:test"
;
import
{strictEqual as r}from
"node:assert"
;
function
e(){r(1,2)}o(
"fails"
,()=>{e()});
2
//# sourceMappingURL=a.test.mjs.map
Callers
nothing calls this directly
Calls
2
e
Function · 0.70
o
Function · 0.50
Tested by
no test coverage detected