Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Nov 12, 2019
1 parent 9809a61 commit e283869
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/material-ui/src/Chip/Chip.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ describe('<Chip />', () => {
expect(chip).not.to.to.have.focus;
});


it('should call onClick when `space` is released ', () => {
const handleClick = spy();
const { getByRole } = render(<Chip onClick={handleClick} />);
Expand Down

0 comments on commit e283869

Please sign in to comment.