Skip to content

Commit

Permalink
fix: workaround for jestjs/jest#11617
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobrasolin committed May 7, 2023
1 parent b598ee2 commit 50940df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"notify": false,
"testEnvironment": "node",
"testRegex": "/src/.+\\.(test|spec)\\.ts$",
"maxWorkers": 1,
"roots": ["<rootDir>/src"]
}

0 comments on commit 50940df

Please sign in to comment.