X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/abf519da836b635eac4cf1f728615472169ba032..52cc3b912c703c24bc90e67aaf24e8ad912d3ebf:/src/views/workbench/workbench.test.tsx diff --git a/src/views/workbench/workbench.test.tsx b/src/views/workbench/workbench.test.tsx index b1657bc35f..6edebaf088 100644 --- a/src/views/workbench/workbench.test.tsx +++ b/src/views/workbench/workbench.test.tsx @@ -14,7 +14,16 @@ const history = createBrowserHistory(); it('renders without crashing', () => { const div = document.createElement('div'); - const store = configureStore({ projects: [], router: { location: null } }, createBrowserHistory()); + const store = configureStore({ + projects: { + items: [], + currentItemId: "" + }, + collections: [], + router: { location: null }, + auth: {}, + sidePanel: [] + }, createBrowserHistory()); ReactDOM.render(