mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-21 21:49:55 +03:00
Fix test
This commit is contained in:
parent
8e814fb479
commit
e8288f5cfb
|
@ -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(
|
||||
<Provider store={store}>
|
||||
<App position="devtools-left" />
|
||||
|
|
Loading…
Reference in New Issue
Block a user