MCPcopy Create free account
hub / github.com/npm/cli / npm

Function npm

smoke-tests/test/fixtures/setup.js:241–245  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

239 }, ...args)
240
241 const npm = async (...args) => baseNpm({
242 cwd: paths.project,
243 cmd: process.execPath,
244 argv: [NPM_PATH],
245 }, ...args)
246
247 // helpers for reading/writing files and their source
248 const readFile = async (f) => {

Callers 12

runTestFunction · 0.85
index.jsFile · 0.85
setupTestFunction · 0.85
workspace-ua.jsFile · 0.85
proxy.jsFile · 0.85
util.jsFile · 0.85
resetdepsFunction · 0.85
mainFunction · 0.85
publishPkgFunction · 0.85
mainFunction · 0.85

Calls 1

baseNpmFunction · 0.85

Tested by

no test coverage detected