Skip to content

Commit d578e16

Browse files
authored
Merge pull request #78 from MaxLeiter/MaxLeiter/tests
set npm unit-test script to run mocha recursively
2 parents 917341a + 41d031d commit d578e16

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
@@ -23,7 +23,7 @@
2323
"scripts": {
2424
"test": "npm run lint && npm run coverage -- -R dot test/ --recursive",
2525
"lint": "jshint src/ examples/ test/ || true",
26-
"unit-test": "mocha",
26+
"unit-test": "mocha --recursive",
2727
"coverage": "istanbul cover --include-all-sources _mocha --"
2828
},
2929
"repository": {

0 commit comments

Comments
 (0)