[Twenty-front] Jest maxWorkers 50% as if not result to cpu halt (#15594)

This commit is contained in:
Paul Rastoin
2025-11-04 14:35:35 +01:00
committed by GitHub
parent 7256abad3a
commit 1472eb3cda
+1
View File
@@ -87,6 +87,7 @@ const jestConfig = {
'display/icon/index.ts',
],
coverageDirectory: './coverage',
maxWorkers: '50%',
errorOnDeprecated: true,
};