Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ third.test.js
File
third.test.js
test/fixtures/v8-coverage/combined_coverage/third.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
const
assert = require(
'node:assert'
);
3
const
{ unlinkSync, writeFileSync } = require(
'node:fs'
)
4
const
{ join } = require(
'node:path'
);
Callers
nothing calls this directly
Calls
7
writeFileSync
Function · 0.85
unlinkSync
Function · 0.85
require
Function · 0.50
test
Function · 0.50
assert
Function · 0.50
join
Function · 0.50
fn
Method · 0.45
Tested by
no test coverage detected