Skip to content

Commit

Permalink
Skip themeStyleOverrides and themeVariants
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj committed Aug 8, 2022
1 parent 60d2fc4 commit c938225
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/mui-joy/src/Breadcrumbs/Breadcrumbs.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,14 @@ describe('<Breadcrumbs />', () => {
muiName: 'JoyBreadcrumbs',
refInstanceof: window.HTMLElement,
testVariantProps: { variant: 'solid' },
skip: ['classesRoot', 'componentProp', 'componentsProp', 'themeDefaultProps'],
skip: [
'classesRoot',
'componentProp',
'componentsProp',
'themeDefaultProps',
'themeVariants',
'themeStyleOverrides',
],
}));

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

0 comments on commit c938225

Please sign in to comment.