Skip to content

Commit a6ead7c

Browse files
committed
update to jest 23 + remove forced jest text exiting
1 parent a5f8b7f commit a6ead7c

File tree

2 files changed

+198
-205
lines changed

2 files changed

+198
-205
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Open Source REST API for rocket, core, capsule, pad, and launch data",
55
"main": "./src/app.js",
66
"scripts": {
7-
"test": "eslint \"**/*.js\" && NODE_ENV=test PORT=0 jest --silent --forceExit",
7+
"test": "eslint \"**/*.js\" && NODE_ENV=test PORT=0 jest --silent",
88
"start": "node src/app.js",
99
"lint": "eslint \"**/*.js\""
1010
},
@@ -44,7 +44,7 @@
4444
"eslint-plugin-import": "^2.12.0",
4545
"eslint-plugin-jsx-a11y": "^6.0.3",
4646
"eslint-plugin-react": "^7.8.2",
47-
"jest": "^22.4.4",
47+
"jest": "^23.0.1",
4848
"supertest": "^3.1.0"
4949
},
5050
"jest": {

0 commit comments

Comments
 (0)