Skip to content

Commit ed36b8f

Browse files
committed
Fix test files
1 parent 01f7604 commit ed36b8f

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
@@ -8,7 +8,7 @@
88
"scripts": {
99
"lint": "standard",
1010
"lint:fix": "standard --fix",
11-
"test": "node --test test/config.test.js test/steps.test.js"
11+
"test": "node --test 'test/**/*.test.js'"
1212
},
1313
"repository": {
1414
"type": "git",

0 commit comments

Comments
 (0)