Skip to content

Commit

Permalink
fix test/tap/install-save-prefix.js
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed May 14, 2014
1 parent f294c9c commit a6cf37c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/tap/install-save-prefix.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit a6cf37c

Please sign in to comment.