Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
let us not bother bumping mocha (exit issue)
Browse files Browse the repository at this point in the history
 🐿 v2.6.0
  • Loading branch information
doramatadora committed Jan 15, 2018
1 parent f824686 commit 856c5ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ else
endif

test-server-plain:
mocha server/test/*.test.js server/test/**/*.test.js --exit
mocha server/test/*.test.js server/test/**/*.test.js

test-server-coverage: ## test-server-coverage: Run the unit tests with code coverage enabled.
istanbul cover node_modules/.bin/_mocha --report=$(if $(CIRCLECI),lcovonly,lcov) server/test/*.test.js server/test/**/*.test.js --exit
istanbul cover node_modules/.bin/_mocha --report=$(if $(CIRCLECI),lcovonly,lcov) server/test/*.test.js server/test/**/*.test.js


#
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"karma-sinon-chai": "^1.3.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.5",
"mocha": "^4.1.0",
"mocha": "^3.5.3",
"mockery": "^2.1.0",
"nightwatch": "^0.9.16",
"node-fetch": "^1.7.3",
Expand Down

0 comments on commit 856c5ed

Please sign in to comment.