test: Remove --forceExit flag for Jest (#1071)
This commit is contained in:
parent
0168fd87a8
commit
43a1df8200
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue