Update mocha to ^3.4.2

to unlock goodies such as --inspect / --inspect-brk
This commit is contained in:
Rob Wu
2017-07-13 12:44:26 +02:00
parent 97c6e53020
commit 81ed058784

View File

@@ -29,7 +29,7 @@
"eslint": "^2.2.0",
"istanbul": "^0.4.2",
"lolex": "^1.5.0",
"mocha": "~2.2.4",
"mocha": "^3.4.2",
"nock": "~1.9.0",
"supertest": "~0.15.0"
},