Skip to content

Commit 8d9cbe2

Browse files
committed
add missing integration tests to scripts
1 parent 619ef49 commit 8d9cbe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package-scripts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ module.exports = {
115115
integration: {
116116
script: test(
117117
'integration',
118-
'--timeout 10000 --slow 3750 "test/integration/*.spec.js"'
118+
'--timeout 10000 --slow 3750 "test/integration/**/*.spec.js"'
119119
),
120120
description: 'Run Node.js integration tests',
121121
hiddenFromHelp: true

0 commit comments

Comments
 (0)