Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Dail committed Feb 11, 2019
1 parent 19561b6 commit c32c54f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1457,7 +1457,7 @@ describe('ReactShallowRenderer', () => {

it('should handle memo', () => {
const Foo = () => {
<div>Foo</div>;
return <div>Foo</div>;
};
const MemoFoo = React.memo(Foo);
const shallowRenderer = createRenderer();
Expand Down

0 comments on commit c32c54f

Please sign in to comment.