Skip to content

Commit

Permalink
fix: resolve error 137 when running jest in backend
Browse files Browse the repository at this point in the history
  • Loading branch information
gerbie-goober committed Aug 4, 2024
1 parent 324350f commit 43c3ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "jest --coverage"
"test": "jest --coverage --forceExit --maxWorkers=2"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 43c3ede

Please sign in to comment.