Skip to content

Commit

Permalink
[#10] Use --recursive command-line option to config mocha run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanLin-TWer committed Feb 16, 2017
1 parent dc74669 commit ca5a321
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 @@ -22,7 +22,7 @@
"scripts": {
"dev": "nodemon --exec babel-node ./retro.js",
"test": "mocha test/unit/ --recursive --require babel-register --timeout 10000 --reporter mocha-better-spec-reporter",
"ci": "mocha test/**/*.spec.js --require babel-register --timeout 10000 --reporter mocha-better-spec-reporter --apiToken=$apiToken",
"ci": "mocha test/ --recursive --require babel-register --timeout 10000 --reporter mocha-better-spec-reporter --apiToken=$apiToken",
"generate": "babel-node ./retro.js"
},
"author": "Congyu Lin(Linesh)",
Expand Down

0 comments on commit ca5a321

Please sign in to comment.