We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7543213 + c876f2d commit b15b0a5Copy full SHA for b15b0a5
.eslintrc.js
@@ -127,6 +127,7 @@ module.exports = {
127
// Disabling because we are not using typescript.
128
// @see <https://github.com/jest-community/eslint-plugin-jest/blob/main/docs/rules/unbound-method.md>
129
'jest/unbound-method': 'off',
130
+ 'jest/prefer-ending-with-an-expect': 'off',
131
},
132
133
{
@@ -149,6 +150,7 @@ module.exports = {
149
150
151
// Disabling because it's not the Jest environment.
152
'jest/prefer-importing-jest-globals': 'off',
153
154
155
156
0 commit comments