run coverage using --runInBand (#1141)

master
Martin Iwanowski 2018-02-09 04:13:45 +01:00 committed by Yiyu He
parent e544012e9f
commit 0923ef6182
1 changed files with 1 additions and 1 deletions

View File

@ -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"