Skip to content

Commit

Permalink
Make jest use all available cores
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBCarter committed Jul 26, 2023
1 parent 6f591c3 commit 5f577bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const generateJestConfig = ({ esModules }) => {
coveragePathIgnorePatterns: ['<rootDir>/(.*)/dist'],
globalSetup: './packages/node/packages/express/packages/test/src/globalSetup.ts',
globalTeardown: './packages/node/packages/express/packages/test/src/globalTeardown.ts',
maxWorkers: '100%',
moduleNameMapper: {
'^(\\.{1,2}/.*)\\.js$': '$1',
},
Expand Down

0 comments on commit 5f577bd

Please sign in to comment.