Skip to content

Commit

Permalink
[core] Add missing test case for restricted-path-imports (#20350)
Browse files Browse the repository at this point in the history
  • Loading branch information
NMinhNguyen authored Apr 1, 2020
1 parent 6746867 commit 151834f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 151834f

Please sign in to comment.