Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Commit

Permalink
Remove Jest force quit and open handles detection
Browse files Browse the repository at this point in the history
Not necessery, tests do not leave app running
  • Loading branch information
smolijar committed Jan 8, 2019
1 parent 2e170a0 commit 83b6023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"scripts": {
"build": "tsc",
"test": "NODE_PATH=src jest --detectOpenHandles --forceExit",
"test": "NODE_PATH=src jest",
"test:coverage": "npm run test -- --collectCoverage",
"test:coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"lint": "tslint -t codeFrame -p .",
Expand Down

0 comments on commit 83b6023

Please sign in to comment.