test: Remove --forceExit flag for Jest (#1071)

This commit is contained in:
Nick McCurdy 2017-09-26 22:58:37 -04:00 committed by Yiyu He
parent 0168fd87a8
commit 43a1df8200

View file

@ -4,7 +4,7 @@
"description": "Koa web app framework", "description": "Koa web app framework",
"main": "lib/application.js", "main": "lib/application.js",
"scripts": { "scripts": {
"test": "jest --forceExit", "test": "jest",
"test-cov": "npm run test -- --coverage", "test-cov": "npm run test -- --coverage",
"lint": "eslint benchmarks lib test", "lint": "eslint benchmarks lib test",
"bench": "make -C benchmarks", "bench": "make -C benchmarks",