Skip to content

Commit

Permalink
Add patched jest-cli dependency
Browse files Browse the repository at this point in the history
Add patchet jest-cli with the command line param --forceExit to solve
problems when jest process doesn’t quit after last test completes.

More info:

jestjs/jest#1456
  • Loading branch information
pastuxso committed Oct 5, 2016
1 parent 79a55c6 commit ab6631e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -9,7 +9,7 @@
"clean": "rimraf dist",
"start": "NODE_ENV=development node -r dotenv/config devServer.js",
"api": "NODE_ENV=development nodemon -r dotenv/config apiServer.js",
"test": "jest --coverage",
"test": "jest --coverage --forceExit",
"watch-test": "jest --verbose --watch --notify",
"lint": "eslint '**/**.js'",
"migration:migrate:test": "NODE_ENV=test node -r dotenv/config node_modules/knex/bin/cli.js migrate:latest",
Expand Down Expand Up @@ -83,7 +83,7 @@
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0",
"jest": "^16.0.0",
"jest-cli": "file:vendor/node_modules/jest-cli-16.0.0.tgz",
"react-test-renderer": "^15.3.2",
"supertest": "^2.0.0"
},
Expand Down
Binary file added vendor/node_modules/jest-cli-16.0.0.tgz
Binary file not shown.

0 comments on commit ab6631e

Please sign in to comment.