diff --git a/packages/eslint-plugin-material-ui/src/rules/restricted-path-imports.test.js b/packages/eslint-plugin-material-ui/src/rules/restricted-path-imports.test.js index 916baf4c323d82..84920185c61bb9 100644 --- a/packages/eslint-plugin-material-ui/src/rules/restricted-path-imports.test.js +++ b/packages/eslint-plugin-material-ui/src/rules/restricted-path-imports.test.js @@ -12,6 +12,7 @@ ruleTester.run('restricted-path-imports', rule, { "import { blue } from '@material-ui/core/colors'", "import * as colors from '@material-ui/core/colors'", "import * as colors from '@another/core/styles/withStyles'", + "import describeConformance from '@material-ui/core/test-utils/describeConformance'", "import describeConformance from '@another/core/test-utils/describeConformance'", ], invalid: [