Skip to content

Commit 68b8f87

Browse files
authored
fix: disable jest/prefer-snapshot-hint (#48)
1 parent 02a43e7 commit 68b8f87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const eslintConfig = {
1919
'jest/prefer-expect-assertions': ['error', { onlyFunctionsWithAsyncKeyword: true }],
2020
'jest/prefer-lowercase-title': ['error', { ignore: ['describe'] }],
2121
'jest/no-hooks': 'off',
22+
'jest/prefer-snapshot-hint': 'off',
2223
},
2324
},
2425
],

0 commit comments

Comments
 (0)