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.
1 parent c3c5729 commit 67f7befCopy full SHA for 67f7bef
.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