Skip to content

Commit

Permalink
shorten tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
alextaing committed Jul 19, 2022
1 parent 9a50084 commit 39ddc80
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/hooks/useRecentSearches.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ it('does not carry over old recent searches to a new vertical', () => {
recentSearches = result.current[0];
expect(recentSearches?.length).toBe(0);

verticalKey = 'people';
rerender();
recentSearches = result.current[0];
expect(recentSearches?.length).toBe(2);
clearPeopleSearches();
});

Expand Down

0 comments on commit 39ddc80

Please sign in to comment.