Skip to content

Commit

Permalink
Duplicate test
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Mar 31, 2021
1 parent 7c0a0cb commit 8e407aa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/material-ui/src/Card/Card.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,4 @@ describe('<Card />', () => {
const { container } = render(<Card variant="outlined" />);
expect(container.firstChild).to.have.class('MuiPaper-outlined');
});

it('should support component prop', () => {
const { container } = render(<Card component="span" />);
expect(container.firstChild).to.have.tagName('span');
});
});

0 comments on commit 8e407aa

Please sign in to comment.