merge-conflicts
[arvados-workbench2.git] / src / views / workbench / workbench.test.tsx
index b1657bc35f6de244ffc71db154bf467a1d9d6d54..6925792293b65c475539ddd9e0a9bf279cb02f9e 100644 (file)
@@ -14,7 +14,7 @@ const history = createBrowserHistory();
 
 it('renders without crashing', () => {
     const div = document.createElement('div');
-    const store = configureStore({ projects: [], router: { location: null } }, createBrowserHistory());
+    const store = configureStore({ projects: [], router: { location: null }, auth: {}, sidePanel: [] }, createBrowserHistory());
     ReactDOM.render(
         <Provider store={store}>
             <ConnectedRouter history={history}>