Skip to content

Commit

Permalink
chore: use workerIdleMemoryLimit in jest tests (#7249)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiesonthesky committed Jul 17, 2023
1 parent d98f1e8 commit 0fef2e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions jest.config.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ module.exports = {
},
],
},
workerIdleMemoryLimit: '300MB',
};
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"generate:breaking-changes": "yarn tsx tools/generate-breaking-changes.mts",
"generate:configs": "yarn tsx tools/generate-configs.ts",
"lint": "nx lint",
"test": "jest --coverage",
"test": "jest --coverage --logHeapUsage",
"test-single": "jest --no-coverage",
"typecheck": "tsc -p tsconfig.json --noEmit"
},
Expand Down

0 comments on commit 0fef2e3

Please sign in to comment.