Skip to content

Commit

Permalink
test: install-noargs-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
iarna committed May 26, 2017
1 parent 9f36587 commit d28af6b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ test('install noargs installs devDependencies', function (t) {
[
'--registry', common.registry,
'--loglevel', 'silent',
'--no-save',
'install'
],
EXEC_OPTS,
Expand All @@ -70,6 +71,7 @@ test('install noargs installs updated devDependencies', function (t) {
[
'--registry', common.registry,
'--loglevel', 'silent',
'--no-save',
'install'
],
EXEC_OPTS,
Expand Down

0 comments on commit d28af6b

Please sign in to comment.