Skip to content

Commit

Permalink
chore(repo): limit jest worker idle memory
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiSF committed Dec 13, 2023
1 parent 8bd9b8a commit 2f21d66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/** @type {import('jest').Config} */
module.exports = {
workerIdleMemoryLimit: '512MB',
coveragePathIgnorePatterns: [
'/node_modules/',
'dist',
Expand Down

0 comments on commit 2f21d66

Please sign in to comment.