Skip to content

Commit

Permalink
fix: exit
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewHanasiro committed Aug 25, 2024
1 parent a3a419f commit 931f30b
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 @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "Backend Auth Service",
"scripts": {
"test": "env NODE_ENV=test jest --detectOpenHandles --runInBand",
"test": "env NODE_ENV=test jest --detectOpenHandles --runInBand --forceExit",
"stryker": "npx stryker run --logLevel trace",
"dev": "nodemon",
"start": "node --require './build/src/presentation/tracing.js' build/src/presentation/http/server.js",
Expand Down

0 comments on commit 931f30b

Please sign in to comment.