Skip to content

Commit

Permalink
chore(jest): πŸ”§ add config
Browse files Browse the repository at this point in the history
  • Loading branch information
syakoo committed Mar 2, 2024
1 parent 25c4447 commit dd96f12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ const customJestConfig = {
...pathsToModuleNameMapper(compilerOptions.paths),
},
modulePaths: [compilerOptions.baseUrl],
// CI γŒγƒ‘γƒ’γƒͺγ§θ½γ‘γ‚‹γŸγ‚
workerIdleMemoryLimit: 0.3,
};

module.exports = async () => {
Expand Down

0 comments on commit dd96f12

Please sign in to comment.