run coverage using --runInBand (#1141)
This commit is contained in:
parent
e544012e9f
commit
0923ef6182
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue