Skip to content

Commit 103b45a

Browse files
amir-rahmaniiASafaeirad
authored andcommitted
feat(jest): add valid-mock-module-path rule
1 parent 2f9c130 commit 103b45a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/jest.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ function jest() {
6565
'jest/valid-expect': 'error',
6666
'jest/valid-title': 'warn',
6767
'jest/no-deprecated-functions': 'error',
68+
'jest/valid-mock-module-path': 'warn',
6869

6970
// ...predicate(options.typescript, {
7071
// '@typescript-eslint/unbound-method': 'off',

0 commit comments

Comments
 (0)