Skip to content

Commit c9b7ff4

Browse files
committed
tests(smoke): fix typo in prefer-in-document rule
1 parent 2ce1dfd commit c9b7ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoke-test/eslint-remote-tester.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ module.exports = {
5252
'plugin:jest-dom/recommended',
5353
],
5454
rules: {
55-
'prefer-in-document': 'error'
55+
'jest-dom/prefer-in-document': 'error'
5656
},
5757
},
5858
};

0 commit comments

Comments
 (0)