Skip to content

Commit

Permalink
mocha --recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
ofrobots committed Nov 9, 2018
1 parent 748f9aa commit 7fe6231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"presystem-test": "npm run compile",
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
"system-test": "mocha build/system-test --timeout 600000",
"test": "nyc mocha build/test build/test/middleware",
"test": "nyc mocha --recursive build/test",
"check": "gts check",
"clean": "gts clean",
"compile": "tsc -p .",
Expand Down

0 comments on commit 7fe6231

Please sign in to comment.