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:
authorisaacs <i@izs.me>2014-05-15 00:51:46 +0400
committerisaacs <i@izs.me>2014-05-15 00:51:46 +0400
commita6cf37cbf23ea995346f70516214e963e93f893b (patch)
treef85ca0f981ae8c57f3d52ecb17aeb6ad6070a51c /test
parentf294c9c848577b158507a4d181f1fa7e57c25bfe (diff)
fix test/tap/install-save-prefix.js
Diffstat (limited to 'test')
-rw-r--r--test/tap/install-save-prefix.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/tap/install-save-prefix.js b/test/tap/install-save-prefix.js
index 753150924..bbdeddf3f 100644
--- a/test/tap/install-save-prefix.js
+++ b/test/tap/install-save-prefix.js
@@ -22,6 +22,7 @@ test('"npm install --save with default save-prefix should install local pkg vers
npm.load({
cache: pkg + "/cache",
loglevel: 'silent',
+ 'save-prefix': '^',
registry: common.registry }, function(err) {
t.ifError(err)
npm.config.set('save', true)
@@ -47,6 +48,7 @@ test('"npm install --save-dev with default save-prefix should install local pkg
npm.load({
cache: pkg + "/cache",
loglevel: 'silent',
+ 'save-prefix': '^',
registry: common.registry }, function(err) {
t.ifError(err)
npm.config.set('save-dev', true)