Skip to content

Commit

Permalink
exit on end
Browse files Browse the repository at this point in the history
  • Loading branch information
dominusmars committed Mar 5, 2024
1 parent bb4bd51 commit 2a8fbd9
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 @@ -55,7 +55,7 @@
"typescript": "^4.9.5"
},
"scripts": {
"test": "mocha -r ts-node/register --timeout 10000 test/**/*.spec.ts",
"test": "mocha -r ts-node/register --timeout 10000 --exit test/**/*.spec.ts",
"test_integration": "mocha -r ts-node/register --timeout 45000 --exit tests/**/*.spec.ts ",
"start": "tsc && cross-env DEV=true node --inspect --trace-warnings ./dist/src/Tortilla.js",
"start_linux": "tsc && cross-env DEV=true node --inspect --trace-warnings ./dist/Tortilla.js",
Expand Down

0 comments on commit 2a8fbd9

Please sign in to comment.