Skip to content

Commit 46d0b76

Browse files
Bump eslint-plugin-jest from 28.12.0 to 29.0.1 (#14209)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pascal Birchler <pascalb@google.com>
1 parent 97fce87 commit 46d0b76

File tree

3 files changed

+80
-80
lines changed

3 files changed

+80
-80
lines changed

.eslintrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@
456456
"jest/padding-around-describe-blocks": "off",
457457
"jest/padding-around-expect-groups": "off",
458458
"jest/padding-around-test-blocks": "off",
459+
"jest/prefer-ending-with-an-expect": "off",
459460
"jsdoc/require-jsdoc": "off",
460461
"testing-library/no-await-sync-events": "error",
461462
"testing-library/no-debugging-utils": "error",
@@ -569,6 +570,7 @@
569570
"@eslint-community/eslint-comments/require-description": "off",
570571
"jest/max-expects": "off",
571572
"jest/no-hooks": "off",
573+
"jest/prefer-ending-with-an-expect": "off",
572574
"jest/prefer-expect-assertions": "off",
573575
"jest/prefer-importing-jest-globals": "off",
574576
"jest/prefer-inline-snapshots": "off",

package-lock.json

Lines changed: 77 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"eslint-plugin-header": "^3.1.0",
110110
"eslint-plugin-import": "^2.32.0",
111111
"eslint-plugin-jasmine": "^4.2.2",
112-
"eslint-plugin-jest": "^28.12.0",
112+
"eslint-plugin-jest": "^29.0.1",
113113
"eslint-plugin-jest-dom": "^5.5.0",
114114
"eslint-plugin-jest-extended": "^3.0.0",
115115
"eslint-plugin-jsdoc": "^50.7.0",

0 commit comments

Comments
 (0)