Skip to content

Commit dd1e33e

Browse files
committed
Remove duplicate output
1 parent 454a5e8 commit dd1e33e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rules/__tests__/no-system-props.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ ruleTester.run('no-system-props', rule, {
104104
},
105105
{
106106
code: `import {Button} from '@primer/react'; <Button width={200} sx={myStylez} />`,
107-
output: `import {Button} from '@primer/react'; <Button width={200} sx={myStylez} />`,
108107
errors: [
109108
{
110109
messageId: 'noSystemProps',

0 commit comments

Comments
 (0)