Skip to content

Commit

Permalink
Adds --runInBand to npm test
Browse files Browse the repository at this point in the history
Hopefully fixes OOM exceptions
Refer to [jest issue 5239](jestjs/jest#5239)
  • Loading branch information
scottjr632 authored Jun 8, 2020
1 parent c5f2165 commit dad7ac7
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 @@ -12,7 +12,7 @@
"start:dev": "ts-node-dev --respawn --transpileOnly src/index.ts",
"start:prod": "node dist/index.js",
"build": "tsc",
"test": "jest"
"test": "jest --runInBand"
},
"pre-push": [
"format",
Expand Down

0 comments on commit dad7ac7

Please sign in to comment.