Skip to content

Commit

Permalink
fix(package.json): force exit tests if not finished
Browse files Browse the repository at this point in the history
  • Loading branch information
havrydotdev committed Oct 19, 2023
1 parent 0d3dfbe commit 099c31b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"start:prod": "node dist/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "jest --runInBand --detectOpenHandles --forceExit",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:watch": "jest --watch --runInBand --detectOpenHandles --forceExit",
"test:cov": "jest --coverage --runInBand --detectOpenHandles --forceExit",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest-e2e.json",
"compodoc:build": "compodoc -p tsconfig.doc.json -n 'Ua teammates documentation' -s -r 3000",
Expand Down

0 comments on commit 099c31b

Please sign in to comment.