Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ arborist-cmd.js
File
arborist-cmd.js
deps/npm/test/lib/arborist-cmd.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
{ resolve } = require(
'node:path'
)
2
const
t = require(
'tap'
)
3
const
{ load: loadMockNpm } = require(
'../fixtures/mock-npm'
)
4
const
tmock = require(
'../fixtures/tmock'
)
Callers
nothing calls this directly
Calls
8
mockArboristCmd
Function · 0.85
same
Method · 0.80
get
Method · 0.65
require
Function · 0.50
resolve
Function · 0.50
loadMockNpm
Function · 0.50
test
Method · 0.45
execWorkspaces
Method · 0.45
Tested by
no test coverage detected