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
diff options
context:
space:
mode:
-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,