diff --git a/package.json b/package.json index 4b7f997..c866862 100644 --- a/package.json +++ b/package.json @@ -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"