Skip to content

Commit

Permalink
lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Jun 30, 2023
1 parent 090fc40 commit d71742e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/mui-base/src/utils/useSlotProps.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ describe('useSlotProps', () => {

it('should not call externalSlotProps if skipResolvingSlotProps is true', () => {
const externalSlotProps = spy();
const externalRef = React.createRef();

const getSlotProps = () => ({
skipResolvingSlotProps: true,
Expand Down

0 comments on commit d71742e

Please sign in to comment.