Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ember-cli/ember-cli
/ npm-task-test.js
File
npm-task-test.js
tests/unit/tasks/npm-task-test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
3
const
NpmTask = require(
'../../../lib/tasks/npm-task'
);
4
const
MockUI = require(
'console-ui/mock'
);
Callers
nothing calls this directly
Calls
10
beforeEach
Function · 0.85
npm
Method · 0.80
checkNpmVersion
Method · 0.80
yarn
Method · 0.80
checkYarn
Method · 0.80
hasYarnLock
Method · 0.80
hasPNPMLock
Method · 0.80
findPackageManager
Method · 0.80
toYarnArgs
Method · 0.80
toPNPMArgs
Method · 0.80
Tested by
no test coverage detected