Skip to content

Commit c876f2d

Browse files
authored
Merge pull request #8057 from ampproject/dependabot/npm_and_yarn/eslint-plugin-jest-28.13.5
2 parents 55bd699 + 67f7bef commit c876f2d

File tree

3 files changed

+208
-8
lines changed

3 files changed

+208
-8
lines changed

.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ module.exports = {
127127
// Disabling because we are not using typescript.
128128
// @see <https://github.com/jest-community/eslint-plugin-jest/blob/main/docs/rules/unbound-method.md>
129129
'jest/unbound-method': 'off',
130+
'jest/prefer-ending-with-an-expect': 'off',
130131
},
131132
},
132133
{
@@ -149,6 +150,7 @@ module.exports = {
149150
'jest/unbound-method': 'off',
150151
// Disabling because it's not the Jest environment.
151152
'jest/prefer-importing-jest-globals': 'off',
153+
'jest/prefer-ending-with-an-expect': 'off',
152154
},
153155
},
154156
{

package-lock.json

Lines changed: 205 additions & 7 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
@@ -73,7 +73,7 @@
7373
"eslint": "8.57.0",
7474
"eslint-plugin-eslint-comments": "3.2.0",
7575
"eslint-plugin-import": "2.31.0",
76-
"eslint-plugin-jest": "28.12.0",
76+
"eslint-plugin-jest": "28.14.0",
7777
"eslint-plugin-jsdoc": "51.0.1",
7878
"eslint-plugin-prettier": "5.2.6",
7979
"eslint-plugin-react": "7.37.5",

0 commit comments

Comments
 (0)