summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/shrinkwrap-dev-dep-cycle.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/shrinkwrap-dev-dep-cycle.js')
-rw-r--r--deps/npm/test/tap/shrinkwrap-dev-dep-cycle.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/test/tap/shrinkwrap-dev-dep-cycle.js b/deps/npm/test/tap/shrinkwrap-dev-dep-cycle.js
index c9511bb152..cd5237e161 100644
--- a/deps/npm/test/tap/shrinkwrap-dev-dep-cycle.js
+++ b/deps/npm/test/tap/shrinkwrap-dev-dep-cycle.js
@@ -76,7 +76,7 @@ test('setup', function (t) {
})
test('shrinkwrap cycle in dev deps', function (t) {
- common.npm(['shrinkwrap'], {cwd: testdir}, function (err, code, stdout, stderr) {
+ common.npm(['shrinkwrap', '--only=prod'], {cwd: testdir}, function (err, code, stdout, stderr) {
if (err) throw err
t.is(code, 0, 'result code = ok')
t.comment(stdout.trim())