Skip to content

Commit

Permalink
Disable import/no-extraneous-dependencies for all TypeScript tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Mar 14, 2022
1 parent 22b854a commit dd0c989
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const majorMinorRegExp =
*/
const developmentFiles = [
'**/benchmark/**/*.js',
'**/@(__mocks__|__tests__|test)/**/*.js',
'**/@(__mocks__|__tests__|test)/**/*.{js,ts,tsx}',
'**/@(storybook|stories)/**/*.js',
'packages/babel-preset-default/bin/**/*.js',
];
Expand Down
1 change: 0 additions & 1 deletion packages/components/src/text/test/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/**
* External dependencies
*/
// eslint-disable-next-line import/no-extraneous-dependencies
import { render } from '@testing-library/react';

/**
Expand Down

0 comments on commit dd0c989

Please sign in to comment.