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

master
Nick McCurdy 2017-09-26 22:58:37 -04:00 committed by Yiyu He
parent 0168fd87a8
commit 43a1df8200
1 changed files with 1 additions and 1 deletions

View File

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