Skip to content

Commit d225a11

Browse files
committed
[Tests] fixing test script one final time
1 parent 8ecc53f commit d225a11

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 'tests/**/*.js'",
12-
"unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha"
11+
"test": "npm run unit-test",
12+
"unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js"
1313
},
1414
"files": [
1515
"LICENSE",

0 commit comments

Comments
 (0)