From 0ae1a57789fba5e81ea36ff41ebfa8000e4a2d32 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 3 Oct 2017 23:11:28 +0000 Subject: [PATCH 1/2] chore(package): update mocha to version 4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc17d5f..7ac5684 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "feathers-memory": "^1.0.0", "istanbul": "^1.1.0-alpha.1", "lodash": "^4.0.1", - "mocha": "^3.0.0", + "mocha": "^4.0.0", "rimraf": "^2.5.4", "semistandard": "^11.0.0", "uws": "^8.14.0", From 77e924d3bce987e407b754c47e667d6c5269cd52 Mon Sep 17 00:00:00 2001 From: David Luecke Date: Thu, 5 Oct 2017 12:03:05 -0700 Subject: [PATCH 2/2] Adding --exit flag --- mocha.opts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mocha.opts b/mocha.opts index d5a5f30..855dfc4 100644 --- a/mocha.opts +++ b/mocha.opts @@ -1,2 +1,3 @@ --recursive test/ ---compilers js:babel-core/register \ No newline at end of file +--compilers js:babel-core/register +--exit