|
|
|
@ -10,10 +10,15 @@ module.exports = { |
|
|
|
// Also anecdotally improves performance when run locally
|
|
|
|
// Also anecdotally improves performance when run locally
|
|
|
|
maxWorkers: 3, |
|
|
|
maxWorkers: 3, |
|
|
|
|
|
|
|
|
|
|
|
// Jest does not use tsconfig.spec.json by default
|
|
|
|
|
|
|
|
globals: { |
|
|
|
globals: { |
|
|
|
"ts-jest": { |
|
|
|
"ts-jest": { |
|
|
|
|
|
|
|
// Jest does not use tsconfig.spec.json by default
|
|
|
|
tsconfig: "<rootDir>/tsconfig.spec.json", |
|
|
|
tsconfig: "<rootDir>/tsconfig.spec.json", |
|
|
|
|
|
|
|
// Further workaround for memory leak, recommended here:
|
|
|
|
|
|
|
|
// https://github.com/kulshekhar/ts-jest/issues/1967#issuecomment-697494014
|
|
|
|
|
|
|
|
// Makes tests run faster and reduces size/rate of leak, but loses typechecking on test code
|
|
|
|
|
|
|
|
// See https://bitwarden.atlassian.net/browse/EC-497 for more info
|
|
|
|
|
|
|
|
isolatedModules: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}; |
|
|
|
}; |
|
|
|
|