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 5e58c52 commit 5511457Copy full SHA for 5511457
jest.config.js
@@ -17,5 +17,5 @@ module.exports = {
17
},
18
],
19
20
- maxWorkers: process.env.CI === '1' ? '50%' : undefined,
+ ...(process.env.CI === 'true' ? { maxWorkers: '50%' } : {}),
21
};
0 commit comments