diff --git a/extension/test/app/containers/App.spec.js b/extension/test/app/containers/App.spec.js index 3e919416..d7baf977 100644 --- a/extension/test/app/containers/App.spec.js +++ b/extension/test/app/containers/App.spec.js @@ -4,7 +4,7 @@ import { Provider } from 'react-redux'; import configureStore from '../../../src/app/stores/windowStore'; import App from '../../../src/app/containers/App'; -const store = configureStore(store); +const { store } = configureStore(store); const component = mount(