Skip to content

Commit

Permalink
chore: change workerIdleMemoryLimit to 75%
Browse files Browse the repository at this point in the history
  • Loading branch information
panvourtsis committed Jul 27, 2023
1 parent 8621620 commit 14283d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
preset: 'ts-jest',
workerIdleMemoryLimit: 0.5,
workerIdleMemoryLimit: 0.75,
testEnvironment: 'jsdom',
testRegex: '(\\.(test|spec))\\.(ts|tsx|js)$',
transform: {
Expand Down

0 comments on commit 14283d5

Please sign in to comment.