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:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user