Skip to content

Commit 9f9298b

Browse files
committed
fixup
1 parent 1765eb9 commit 9f9298b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ruleTester.run('no-system-props', rule, {
1717
`import {Button} from 'coles-cool-design-system'; <Button width={200} />`,
1818
`import {Button} from '@primer/components'; <Button someOtherProp="foo" />`,
1919
`import {Box} from '@primer/components'; <Box width={200} />`,
20-
`import {TextInput} from '@primer/components'; <TextInput width={200} />`
20+
`import {ProgressBar} from '@primer/components'; <ProgressBar bg="howdy" />`
2121
],
2222
invalid: [
2323
{

0 commit comments

Comments
 (0)