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:
authorKat Marchán <kzm@sykosomatic.org>2017-05-20 03:50:15 +0300
committerRebecca Turner <me@re-becca.org>2017-05-26 04:55:26 +0300
commit187045185cfffbd83d38b05f1376c348f2043c28 (patch)
treeb9c395a00a4da04b1b36d0a7b1c8bb139081fc45 /test
parent38a1c38498e7833eaf836e355c4ecf25b8811f21 (diff)
feat(save): fix update and improve experience of moving deps between dep types
Diffstat (limited to 'test')
-rw-r--r--test/tap/noargs-install-config-save.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tap/noargs-install-config-save.js b/test/tap/noargs-install-config-save.js
index 074d5e848..12ccf8680 100644
--- a/test/tap/noargs-install-config-save.js
+++ b/test/tap/noargs-install-config-save.js
@@ -62,7 +62,7 @@ test('updates the package.json (adds dependencies) with an argument', function (
t.plan(2)
mr({ port: common.port }, function (er, s) {
- common.npm(['install', 'underscore'], OPTS, function (er, code, stdout, stderr) {
+ common.npm(['install', 'underscore', '-P'], OPTS, function (er, code, stdout, stderr) {
if (er) throw er
t.is(code, 0)
s.close()