MCPcopy 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.jsFile · 0.45
trust-cmd.jsFile · 0.45
ping.jsFile · 0.45
cache.jsFile · 0.45
mockNpmFunction · 0.45
uninstall.jsFile · 0.45
mockDiffFunction · 0.45
rejectDiffFunction · 0.45
diff.jsFile · 0.45
ls.jsFile · 0.45
mockWorkspacesFunction · 0.45

Calls 1

sameMethod · 0.80

Tested by

no test coverage detected