Skip to content

Commit

Permalink
remove excess newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
alextaing committed Jul 19, 2022
1 parent ebe1b3f commit 66e8d12
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/hooks/useRecentSearches.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,4 @@ it('clears searches properly', () => {
rerender();
recentSearches = result.current[0];
expect(recentSearches?.length).toBe(0);


});

0 comments on commit 66e8d12

Please sign in to comment.