Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/npm/cli
/ arborist-cmd.js
File
arborist-cmd.js
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
5
mockArboristCmd
Function · 0.85
resolve
Function · 0.85
loadMockNpm
Function · 0.50
execWorkspaces
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected