Skip to content

Commit 0ae8a90

Browse files
committed
fix max worker count for achievements test
1 parent 7e9f982 commit 0ae8a90

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/metrics/achievements/jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
module.exports = {
33
preset: 'ts-jest',
44
testEnvironment: 'node',
5+
maxWorkers: 1,
56

67
// Match both __tests__ and colocated test files
78
testMatch: ['**/?(*.)+(test|spec).{ts,tsx,js,jsx}'],

0 commit comments

Comments
 (0)