Skip to content

Commit 2c01680

Browse files
committed
revert Material UI changes
1 parent 778d508 commit 2c01680

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/mui-material/src/FormControlLabel/FormControlLabel.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe('<FormControlLabel />', () => {
1919
testVariantProps: { disabled: true },
2020
testLegacyComponentsProp: true,
2121
refInstanceof: window.HTMLLabelElement,
22-
components: {
22+
slots: {
2323
typography: { expectedClassName: classes.label },
2424
},
2525
skip: [

packages/mui-material/src/PaginationItem/PaginationItem.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ describe('<PaginationItem />', () => {
2323
},
2424
skip: [
2525
'componentProp',
26+
'componentsProp',
2627
// uses non-standard camel-case fields in `components`
2728
'slotsProp',
2829
'slotPropsProp',

0 commit comments

Comments
 (0)