There was an error while loading. Please reload this page.
1 parent c06320f commit fc91f2dCopy full SHA for fc91f2d
packages/material-ui/src/IconButton/IconButton.test.js
@@ -18,7 +18,6 @@ describe('<IconButton />', () => {
18
refInstanceof: window.HTMLButtonElement,
19
muiName: 'MuiIconButton',
20
testVariantProps: { edge: 'end', disabled: true },
21
- testDeepOverrides: { slotName: 'label', slotClassName: classes.label },
22
skip: ['componentProp', 'componentsProp'],
23
}));
24
0 commit comments