Skip to content

Commit

Permalink
[Grid] Skip slotPropsProp and slotsProp tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj committed Nov 15, 2022
1 parent 246afe7 commit 5e488ed
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/mui-joy/src/Grid/Grid.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ describe('Joy UI <Grid />', () => {
refInstanceof: window.HTMLElement,
muiName: 'JoyGrid',
testVariantProps: { container: true, spacing: 5 },
slots: {
root: { expectedClassName: classes.root },
container: { expectedClassName: classes.container },
item: { expectedClassName: classes.item },
},
skip: ['componentsProp', 'classesRoot'],
skip: ['componentsProp', 'classesRoot', 'slotPropsProp', 'slotsProp'],
}));
});

0 comments on commit 5e488ed

Please sign in to comment.