Skip to content

Commit 4c77e12

Browse files
committed
fix jest tests locally
1 parent 4ca5936 commit 4c77e12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/dash-core-components/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ module.exports = {
3333
// Disable caching to ensure TypeScript type changes are always picked up
3434
cache: false,
3535
// Limit workers in CI to prevent out-of-memory errors
36-
maxWorkers: process.env.CI ? 2 : undefined,
36+
maxWorkers: 2,
3737
};

0 commit comments

Comments
 (0)