Skip to content

Commit

Permalink
update to jest 23 + remove forced jest text exiting
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewmeyer committed May 27, 2018
1 parent a5f8b7f commit a6ead7c
Show file tree
Hide file tree
Showing 2 changed files with 198 additions and 205 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Open Source REST API for rocket, core, capsule, pad, and launch data",
"main": "./src/app.js",
"scripts": {
"test": "eslint \"**/*.js\" && NODE_ENV=test PORT=0 jest --silent --forceExit",
"test": "eslint \"**/*.js\" && NODE_ENV=test PORT=0 jest --silent",
"start": "node src/app.js",
"lint": "eslint \"**/*.js\""
},
Expand Down Expand Up @@ -44,7 +44,7 @@
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.8.2",
"jest": "^22.4.4",
"jest": "^23.0.1",
"supertest": "^3.1.0"
},
"jest": {
Expand Down
Loading

0 comments on commit a6ead7c

Please sign in to comment.