Skip to content

Commit 7ae048b

Browse files
committed
test: update expected output
1 parent 623cb8c commit 7ae048b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/__tests__/no-wildcard-imports.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ import type {ButtonBaseProps} from '@primer/react'`,
168168
},
169169
{
170170
code: `import {SelectPanel} from '@primer/react/lib-esm/SelectPanel/SelectPanel'`,
171-
output: `import {SelectPanel} from '@primer/react`,
171+
output: `import {SelectPanel} from '@primer/react'`,
172172
errors: [
173173
{
174174
messageId: 'wildcardMigration',

0 commit comments

Comments
 (0)