Skip to content

Commit

Permalink
fixup! wip: isolate test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Scholtes committed May 24, 2019
1 parent 84f2a08 commit 3703303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ module.exports = {
integration: {
script: test(
'integration',
'--timeout 10000 --slow 3750 "test/integration/**/watch.spec.js"'
'--timeout 10000 --slow 3750 "test/integration/**/*.spec.js"'
),
description: 'Run Node.js integration tests',
hiddenFromHelp: true
Expand Down

0 comments on commit 3703303

Please sign in to comment.