Skip to content

Commit

Permalink
Add forceExit flag to older tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hobinjk-ptc committed Sep 5, 2024
1 parent 3474f6c commit 19ce386
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 @@ -44,7 +44,7 @@
},
"scripts": {
"test": "npm run lint && jest --forceExit --runInBand --coverage",
"test-older": "jest server-simple.test.js",
"test-older": "jest --forceExit server-simple.test.js",
"lint": "eslint .",
"lint-quiet": "eslint . --quiet",
"generate-docs": "jsdoc -c .jsdoc.conf -r .",
Expand Down

0 comments on commit 19ce386

Please sign in to comment.