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 02a43e7 commit 68b8f87Copy full SHA for 68b8f87
jest.js
@@ -19,6 +19,7 @@ const eslintConfig = {
19
'jest/prefer-expect-assertions': ['error', { onlyFunctionsWithAsyncKeyword: true }],
20
'jest/prefer-lowercase-title': ['error', { ignore: ['describe'] }],
21
'jest/no-hooks': 'off',
22
+ 'jest/prefer-snapshot-hint': 'off',
23
},
24
25
],
0 commit comments