Skip to content

Commit

Permalink
add missing integration tests to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Feb 7, 2019
1 parent 619ef49 commit 8d9cbe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-scripts.js
Expand Up @@ -115,7 +115,7 @@ module.exports = {
integration: {
script: test(
'integration',
'--timeout 10000 --slow 3750 "test/integration/*.spec.js"'
'--timeout 10000 --slow 3750 "test/integration/**/*.spec.js"'
),
description: 'Run Node.js integration tests',
hiddenFromHelp: true
Expand Down

0 comments on commit 8d9cbe2

Please sign in to comment.