We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e9f982 commit 0ae8a90Copy full SHA for 0ae8a90
1 file changed
packages/metrics/achievements/jest.config.js
@@ -2,6 +2,7 @@
2
module.exports = {
3
preset: 'ts-jest',
4
testEnvironment: 'node',
5
+ maxWorkers: 1,
6
7
// Match both __tests__ and colocated test files
8
testMatch: ['**/?(*.)+(test|spec).{ts,tsx,js,jsx}'],
0 commit comments