mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-02-27 04:06:39 +00:00
Created component to edit existing servers
This commit is contained in:
@@ -9,7 +9,7 @@ describe('<App />', () => {
|
||||
const MainHeader = () => '';
|
||||
|
||||
beforeEach(() => {
|
||||
const App = appFactory(MainHeader, identity, identity, identity);
|
||||
const App = appFactory(MainHeader, identity, identity, identity, identity);
|
||||
|
||||
wrapper = shallow(<App />);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user