Skip to content

Commit

Permalink
env(jest): 병렬화 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
KimKyuHoi committed Dec 13, 2024
1 parent 9e50353 commit 8612e19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ui/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ export default {
'^.+\\.(ts|tsx)$': ['ts-jest'],
'\\.css$': 'jest-transform-css'
},
maxWorkers: 4,
verbose: true,
collectCoverage: true,
coverageDirectory: 'coverage',
coverageReporters: ['json-summary', 'text', 'lcov'],
Expand Down

0 comments on commit 8612e19

Please sign in to comment.