Skip to content

Commit

Permalink
Add forceExit flag to jest test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nish Sinha committed Sep 21, 2023
1 parent a299e5f commit 69be760
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 @@ -11,7 +11,7 @@
"lint-check": "eslint **/*.ts",
"package": "ncc build -o dist/main src/main.ts --source-map --license licenses.txt && ncc build -o dist/cleanup src/cleanup.ts --source-map --license licenses.txt",
"test": "SKIP_INTEGRATION_TESTS=true jest --detectOpenHandles",
"test-integration": "jest --detectOpenHandles 'integration'",
"test-integration": "jest --detectOpenHandles --forceExit 'integration'",
"prepare": "husky install",
"dependabot": "ts-node src/cli.ts",
"fetch-images": "ts-node src/fetch-images.ts",
Expand Down

0 comments on commit 69be760

Please sign in to comment.