Skip to content

Commit

Permalink
test(smoke): jest-dom dependent repositories only (#113)
Browse files Browse the repository at this point in the history
* test(smoke): `jest-dom` dependent repositories only

* tests(smoke): fix typo in `prefer-in-document` rule
  • Loading branch information
AriPerkkio authored Nov 30, 2020
1 parent bc665c1 commit 8bca240
Show file tree
Hide file tree
Showing 2 changed files with 456 additions and 640 deletions.
17 changes: 1 addition & 16 deletions smoke-test/eslint-remote-tester.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,6 @@ module.exports = {
'bundle\\.js',
'react-dom\\.development\\.js',
'\\.min\\.js', // Any *.min.js
// Project specific ignores
'codesandbox-client/packages/app/static/js',
'codesandbox-client/standalone-packages',
'dockunit/platform/assets',
'hyper/bin',
'react-solitaire/lib/index\\.js',
'Khan/perseus/lib',
'glortho/react-keydown/example/public',
'reach/reach-ui/packages/combobox/examples/cities\\.ts',
'reach/reach-ui/website/src/components/cities\\.js',
'reach/reach-ui/website/static/router/static',
'Automattic/wp-calypso/client/components/phone-input/data\\.js',
'test262-main\\.ts',
'sample_vis\\.test\\.mocks\\.ts',
].join('|')})`,

/** Empty array since we are only interested in linter crashes */
Expand Down Expand Up @@ -67,7 +52,7 @@ module.exports = {
'plugin:jest-dom/recommended',
],
rules: {
'prefer-in-document': 'error'
'jest-dom/prefer-in-document': 'error'
},
},
};
Loading

0 comments on commit 8bca240

Please sign in to comment.