Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Jun 22, 2020
1 parent d6bcc08 commit 2df4806
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/material-ui/test/typescript/components.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,11 @@ const SelectTest = () => (
</Select>
);

const InputAdornmentTest = () => <InputAdornment position="end" onClick={() => alert('Hello')} />;
const InputAdornmentTest = () => (
<InputAdornment position="end" onClick={() => alert('Hello')}>
Some Icon
</InputAdornment>
);

const TooltipComponentTest = () => (
<div>
Expand Down

0 comments on commit 2df4806

Please sign in to comment.