mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-03 06:11:48 +00:00
Added missing parentheses
This commit is contained in:
@@ -23,7 +23,7 @@ describe('<MenuLayout />', () => {
|
||||
wrapper = shallow(
|
||||
<MenuLayout
|
||||
sidebarNotPresent={jest.fn()}
|
||||
sidebarPresent={jest.fn}
|
||||
sidebarPresent={jest.fn()}
|
||||
selectServer={jest.fn()}
|
||||
selectedServer={selectedServer}
|
||||
/>,
|
||||
|
||||
Reference in New Issue
Block a user