Skip to content

Commit 2fac797

Browse files
authored
Merge pull request #20144 from mozilla/fxa-12564-migrate-db-redis-storage-tests
test(fxa-auth-server): migrate DB, Redis & storage tests from Mocha PART 3
2 parents f85a47b + 7fe9eff commit 2fac797

9 files changed

Lines changed: 3166 additions & 0 deletions

File tree

packages/fxa-auth-server/jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ module.exports = {
2121
},
2222
testTimeout: 10000,
2323
clearMocks: true,
24+
maxWorkers: 4,
2425
workerIdleMemoryLimit: '512MB',
2526
setupFiles: ['<rootDir>/jest.setup.js', '<rootDir>/jest.setup-proxyquire.js'],
2627
testPathIgnorePatterns: ['/node_modules/'],

0 commit comments

Comments
 (0)