ci: Revert jest memory change (#23243)

This commit is contained in:
Declan Carroll 2025-12-15 16:06:49 +00:00 committed by GitHub
parent 84573738b5
commit 3acba8e541
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,7 +56,7 @@ const config = {
setupFilesAfterEnv: ['jest-expect-message'],
collectCoverage: isCoverageEnabled,
coverageReporters: ['text-summary', 'lcov', 'html-spa'],
workerIdleMemoryLimit: '1GB',
workerIdleMemoryLimit: '1MB',
};
if (process.env.CI === 'true') {