Skip to content

Commit

Permalink
set jest workerIdleMemoryLimit=0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-funk committed Sep 20, 2023
1 parent 12c0285 commit 62d35eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions server/config/jest/server.cache.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ module.exports = {
moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"],
preset: "ts-jest",
runInBand: true,
workerIdleMemoryLimit: 0.2,
};
1 change: 1 addition & 0 deletions server/config/jest/server.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ module.exports = {
},
moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"],
preset: "ts-jest",
workerIdleMemoryLimit: 0.2,
};

0 comments on commit 62d35eb

Please sign in to comment.