Skip to content

Commit

Permalink
run coverage using --runInBand (#1141)
Browse files Browse the repository at this point in the history
  • Loading branch information
fl0w authored and dead-horse committed Feb 9, 2018
1 parent e544012 commit 0923ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"main": "lib/application.js",
"scripts": {
"test": "jest",
"test-cov": "npm run test -- --coverage",
"test-cov": "jest --coverage --runInBand --forceExit",
"lint": "eslint benchmarks lib test",
"bench": "make -C benchmarks",
"authors": "git log --format='%aN <%aE>' | sort -u > AUTHORS"
Expand Down

0 comments on commit 0923ef6

Please sign in to comment.