Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ exec
Method
exec
deps/npm/test/lib/commands/ll.js:12–14 ·
view source on GitHub ↗
(args)
Source
from the content-addressed store, hash-verified
10
}
11
12
async
exec (args) {
13
t.same(args, [
'pkg'
],
'should forward args'
)
14
}
15
}
16
17
const
LL = tmock(t,
'{LIB}/commands/ll.js'
, {
Callers
15
lifecycle-cmd.js
File · 0.45
trust-cmd.js
File · 0.45
load-all-commands.js
File · 0.45
ping.js
File · 0.45
cache.js
File · 0.45
mockNpm
Function · 0.45
uninstall.js
File · 0.45
mockDiff
Function · 0.45
rejectDiff
Function · 0.45
diff.js
File · 0.45
ls.js
File · 0.45
mockWorkspaces
Function · 0.45
Calls
1
same
Method · 0.80
Tested by
no test coverage detected