mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-09 17:57:26 +03:00
Added missing parentheses
This commit is contained in:
parent
c60a6a78c8
commit
749074604f
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ describe('<MenuLayout />', () => {
|
||||||
wrapper = shallow(
|
wrapper = shallow(
|
||||||
<MenuLayout
|
<MenuLayout
|
||||||
sidebarNotPresent={jest.fn()}
|
sidebarNotPresent={jest.fn()}
|
||||||
sidebarPresent={jest.fn}
|
sidebarPresent={jest.fn()}
|
||||||
selectServer={jest.fn()}
|
selectServer={jest.fn()}
|
||||||
selectedServer={selectedServer}
|
selectedServer={selectedServer}
|
||||||
/>,
|
/>,
|
||||||
|
|
Loading…
Reference in a new issue