1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 03:33:30 +00:00

Remove CI maxworkers workaround when running in CI

This commit is contained in:
Bernd Schoolmann
2026-01-01 14:52:16 +01:00
parent 99305a5342
commit 65eba4a681

View File

@@ -61,9 +61,4 @@ module.exports = {
"<rootDir>/libs/vault/jest.config.js",
"<rootDir>/libs/subscription/jest.config.js",
],
// Workaround for a memory leak that crashes tests in CI:
// https://github.com/facebook/jest/issues/9430#issuecomment-1149882002
// Also anecdotally improves performance when run locally
maxWorkers: 3,
};