Skip to content

Commit

Permalink
[material-ui][ListItem] Remove unnecessary TypeScript test (#43359)
Browse files Browse the repository at this point in the history
  • Loading branch information
sai6855 authored Aug 19, 2024
1 parent 0803716 commit f7237d8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/mui-material/src/ListItem/ListItem.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,4 @@ function MouseEnterTest() {
const StyledListItem = styled(ListItem)({});
function StyledTest() {
<StyledListItem dense />;

// @ts-expect-error
<StyledListItem button />; // `button` is deprecated in v5, can be removed in v6
}

0 comments on commit f7237d8

Please sign in to comment.