diff --git a/package.json b/package.json index e946e9326..49c960095 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Koa web app framework", "main": "lib/application.js", "scripts": { - "test": "jest --forceExit", + "test": "jest", "test-cov": "npm run test -- --coverage", "lint": "eslint benchmarks lib test", "bench": "make -C benchmarks",