We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca5936 commit 4c77e12Copy full SHA for 4c77e12
1 file changed
components/dash-core-components/jest.config.js
@@ -33,5 +33,5 @@ module.exports = {
33
// Disable caching to ensure TypeScript type changes are always picked up
34
cache: false,
35
// Limit workers in CI to prevent out-of-memory errors
36
- maxWorkers: process.env.CI ? 2 : undefined,
+ maxWorkers: 2,
37
};
0 commit comments