Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Commit

Permalink
Update mocha to the latest version 🚀 (#88)
Browse files Browse the repository at this point in the history
* chore(package): update mocha to version 4.0.0

* Add --exit flag
  • Loading branch information
greenkeeper[bot] authored and daffl committed Oct 11, 2017
1 parent 500a688 commit 8dcc5b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion mocha.opts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
--recursive test/
--compilers js:babel-core/register
--timeout 5000
--timeout 5000
--exit
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"feathers-memory": "^1.0.0",
"istanbul": "^1.1.0-alpha.1",
"lodash": "^4.0.1",
"mocha": "^3.0.0",
"mocha": "^4.0.0",
"request": "^2.69.0",
"rimraf": "^2.5.4",
"semistandard": "^11.0.0",
Expand Down

0 comments on commit 8dcc5b0

Please sign in to comment.