Skip to content

Commit

Permalink
Change test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Dail committed Feb 11, 2019
1 parent 5e42866 commit 7d31954
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1540,7 +1540,7 @@ describe('ReactShallowRendererMemo', () => {
expect(logs).toEqual([undefined]);
});

it('works with memo', () => {
it('should handle memo', () => {
const Foo = () => {
<div>Foo</div>;
};
Expand Down

0 comments on commit 7d31954

Please sign in to comment.