Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ unit-2.js
File
unit-2.js
test/fixtures/test-runner/snapshots/unit-2.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
const
{ snapshot, test } = require(
'node:test'
);
3
const
{ basename, join } = require(
'node:path'
);
4
Callers
nothing calls this directly
Calls
5
basename
Function · 0.85
require
Function · 0.50
join
Function · 0.50
test
Function · 0.50
snapshot
Method · 0.45
Tested by
no test coverage detected