Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj committed Mar 25, 2022
1 parent 0e41e61 commit 87f3e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-joy/src/Chip/Chip.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('<Chip />', () => {
testDeepOverrides: { slotName: 'label', slotClassName: classes.label },
testComponentPropWith: 'span',
testVariantProps: { variant: 'light' },
skip: ['classesRoot', 'componentsProp'],
skip: ['classesRoot', 'componentsProp', 'themeVariants'],
}));

describe('prop: variant', () => {
Expand Down

0 comments on commit 87f3e5d

Please sign in to comment.