mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 09:30:31 +03:00
Fixed TS error in SearchBar test
This commit is contained in:
parent
0642443aa9
commit
7bc3819ebe
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ describe('<SearchBar />', () => {
|
|||
const createWrapper = (props: Partial<SearchBarProps> = {}) => {
|
||||
wrapper = shallow(
|
||||
<SearchBar
|
||||
shortUrlsListParams={{}}
|
||||
history={Mock.of<History>({ push })}
|
||||
location={Mock.of<Location>({ search: '' })}
|
||||
match={Mock.of<match<ShortUrlListRouteParams>>({ params: { serverId: '1' } })}
|
||||
|
|
Loading…
Reference in a new issue