Skip to content

Commit

Permalink
Update packages/material-ui-system/src/styled.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Aug 23, 2021
1 parent 98d2565 commit be99606
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui-system/src/styled.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ describe('styled', () => {
shouldForwardProp: (prop) => prop !== 'variant' && prop !== 'size' && prop !== 'sx',
name: 'MuiTest',
slot: 'Slot',
overridesResolver: (props, styles) => styles.slot,
})`
width: 200px;
height: 300px;
Expand Down

0 comments on commit be99606

Please sign in to comment.