Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRebecca Turner <me@re-becca.org>2017-05-12 04:11:26 +0300
committerRebecca Turner <me@re-becca.org>2017-05-26 04:55:21 +0300
commitd28af6b1823bfc52fbdf9b17684dd374db1cbe72 (patch)
tree13b08bf197b27b9c5e4add0c4c02d16ef9febf51 /test
parent9f36587bd99ec604d7a1de7ef285cedb63e4892c (diff)
test: install-noargs-dev
Diffstat (limited to 'test')
-rw-r--r--test/tap/install-noargs-dev.js (renamed from test/need-npm5-update/install-noargs-dev.js)2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/need-npm5-update/install-noargs-dev.js b/test/tap/install-noargs-dev.js
index f16a7498f..ec9c7e368 100644
--- a/test/need-npm5-update/install-noargs-dev.js
+++ b/test/tap/install-noargs-dev.js
@@ -44,6 +44,7 @@ test('install noargs installs devDependencies', function (t) {
[
'--registry', common.registry,
'--loglevel', 'silent',
+ '--no-save',
'install'
],
EXEC_OPTS,
@@ -70,6 +71,7 @@ test('install noargs installs updated devDependencies', function (t) {
[
'--registry', common.registry,
'--loglevel', 'silent',
+ '--no-save',
'install'
],
EXEC_OPTS,