aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/shrinkwrap-shared-dev-dependency.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/shrinkwrap-shared-dev-dependency.js')
-rw-r--r--deps/npm/test/tap/shrinkwrap-shared-dev-dependency.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/npm/test/tap/shrinkwrap-shared-dev-dependency.js b/deps/npm/test/tap/shrinkwrap-shared-dev-dependency.js
index a6cddae33d..0011f7b6f1 100644
--- a/deps/npm/test/tap/shrinkwrap-shared-dev-dependency.js
+++ b/deps/npm/test/tap/shrinkwrap-shared-dev-dependency.js
@@ -21,6 +21,7 @@ test("shrinkwrap doesn't strip out the shared dependency", function (t) {
npm.install('.', function (err) {
if (err) return t.fail(err)
+ npm.config.set('dev', true) // npm install unsets this
npm.commands.shrinkwrap([], true, function (err, results) {
if (err) return t.fail(err)