Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 92f5266

Browse files
jacobheundaviddias
authored andcommitted
test: update glob for node core to runner
The glob is not currently running full recursion on core License: MIT Signed-off-by: Jacob Heun <jacobheun@gmail.com>
1 parent 2880a28 commit 92f5266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"test:node": "aegir test -t node",
2828
"test:browser": "aegir test -t browser --no-cors",
2929
"test:webworker": "aegir test -t webworker --no-cors",
30-
"test:node:core": "aegir test -t node -f test/core/**.js",
30+
"test:node:core": "aegir test -t node -f test/core/**/*.js",
3131
"test:node:http": "aegir test -t node -f test/http-api/index.js",
3232
"test:node:gateway": "aegir test -t node -f test/gateway/index.js",
3333
"test:node:cli": "aegir test -t node -f test/cli/index.js",

0 commit comments

Comments
 (0)