Skip to content

Commit 533c849

Browse files
authored
chore: quote glob pattern in test script (#61)
1 parent efa45db commit 533c849

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
@@ -18,7 +18,7 @@
1818
"scripts": {
1919
"lint": "eslint",
2020
"lint:fix": "eslint --fix",
21-
"test": "mocha tests/**/*.test.js"
21+
"test": "mocha \"tests/**/*.test.js\""
2222
},
2323
"devDependencies": {
2424
"@hypermod/utils": "^0.4.2",

0 commit comments

Comments
 (0)