Skip to content

Commit

Permalink
Update mocha to the latest version 🚀 (#217)
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 4, 2017
1 parent fb8cb67 commit e861a8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions 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
--exit
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"feathers-service-tests": "^0.10.0",
"feathers-socketio": "^2.0.0",
"istanbul": "^1.1.0-alpha.1",
"mocha": "^3.0.0",
"mocha": "^4.0.0",
"mongoose": "^4.10.4",
"rimraf": "^2.5.2",
"semistandard": "^11.0.0",
Expand Down

0 comments on commit e861a8a

Please sign in to comment.