Skip to content

Commit 67f7bef

Browse files
committed
chore: disable jest/prefer-ending-with-an-expect rule
1 parent c3c5729 commit 67f7bef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
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
{

0 commit comments

Comments
 (0)