Skip to content

Commit 8bca240

Browse files
authored
test(smoke): jest-dom dependent repositories only (#113)
* test(smoke): `jest-dom` dependent repositories only * tests(smoke): fix typo in `prefer-in-document` rule
1 parent bc665c1 commit 8bca240

File tree

2 files changed

+456
-640
lines changed

2 files changed

+456
-640
lines changed

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

+1-16
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,6 @@ module.exports = {
2020
'bundle\\.js',
2121
'react-dom\\.development\\.js',
2222
'\\.min\\.js', // Any *.min.js
23-
24-
// Project specific ignores
25-
'codesandbox-client/packages/app/static/js',
26-
'codesandbox-client/standalone-packages',
27-
'dockunit/platform/assets',
28-
'hyper/bin',
29-
'react-solitaire/lib/index\\.js',
30-
'Khan/perseus/lib',
31-
'glortho/react-keydown/example/public',
32-
'reach/reach-ui/packages/combobox/examples/cities\\.ts',
33-
'reach/reach-ui/website/src/components/cities\\.js',
34-
'reach/reach-ui/website/static/router/static',
35-
'Automattic/wp-calypso/client/components/phone-input/data\\.js',
36-
'test262-main\\.ts',
37-
'sample_vis\\.test\\.mocks\\.ts',
3823
].join('|')})`,
3924

4025
/** Empty array since we are only interested in linter crashes */
@@ -67,7 +52,7 @@ module.exports = {
6752
'plugin:jest-dom/recommended',
6853
],
6954
rules: {
70-
'prefer-in-document': 'error'
55+
'jest-dom/prefer-in-document': 'error'
7156
},
7257
},
7358
};

0 commit comments

Comments
 (0)