Skip to content

Commit

Permalink
Merge pull request #531 from MikeMcC399/update/eslint-plugin-jest
Browse files Browse the repository at this point in the history
chore(deps): update eslint-plugin-jest to 27.9.0
  • Loading branch information
ddzz authored Oct 21, 2024
2 parents 6520b48 + ac04a8a commit 442afc4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
1 change: 1 addition & 0 deletions jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ if (process.version.startsWith('v14.')) {
// https://github.com/facebook/jest/issues/11438#issuecomment-954155180
jestConfig.maxConcurrency = 30;
jestConfig.maxWorkers = 30;
jestConfig.testTimeout = 10_000; // 10 seconds timeout (twice the default)
}

module.exports = jestConfig;
20 changes: 11 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"eslint": "^8.57.1",
"eslint-plugin-jest": "^27.0.4",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-square": "^24.0.0",
"jest": "^29.1.1",
Expand Down

0 comments on commit 442afc4

Please sign in to comment.