Skip to content

Commit 1544d84

Browse files
committed
[Tests] fix unit-test script
1 parent 809a25d commit 1544d84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"coveralls": "cat ./reports/coverage/lcov.info | coveralls",
99
"lint": "eslint ./",
1010
"pretest": "npm run lint",
11-
"test": "npm run unit-test",
12-
"unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js -- --reporter dot"
11+
"test": "npm run unit-test tests/**/*.js",
12+
"unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha -- --reporter dot"
1313
},
1414
"files": [
1515
"LICENSE",

0 commit comments

Comments
 (0)