From 7bc3819ebec44c0bddbab6b111e19e9cdcf6507b Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Thu, 11 Nov 2021 21:38:37 +0100 Subject: [PATCH] Fixed TS error in SearchBar test --- test/short-urls/SearchBar.test.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/test/short-urls/SearchBar.test.tsx b/test/short-urls/SearchBar.test.tsx index f698f665..c4697abe 100644 --- a/test/short-urls/SearchBar.test.tsx +++ b/test/short-urls/SearchBar.test.tsx @@ -18,7 +18,6 @@ describe('', () => { const createWrapper = (props: Partial = {}) => { wrapper = shallow( ({ push })} location={Mock.of({ search: '' })} match={Mock.of>({ params: { serverId: '1' } })}