From 8d9cbe2660d844395fa765636bee2313e5140fd9 Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Thu, 7 Feb 2019 11:53:02 -0800 Subject: [PATCH] add missing integration tests to scripts --- package-scripts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-scripts.js b/package-scripts.js index 391b28be92..30e4294be1 100644 --- a/package-scripts.js +++ b/package-scripts.js @@ -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