Skip to content

Commit 23d1d7b

Browse files
committed
[Tests] fix issue from 1544d84
1 parent be2ec76 commit 23d1d7b

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
"coveralls": "cat ./reports/coverage/lcov.info | coveralls",
99
"lint": "eslint ./",
1010
"pretest": "npm run lint",
11-
"test": "npm run unit-test tests/**/*.js",
11+
"test": "npm run unit-test 'tests/**/*.js'",
1212
"unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha -- --reporter dot"
1313
},
1414
"files": [

0 commit comments

Comments
 (0)