mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 08:30:02 +03:00
Fix test
This commit is contained in:
parent
0f9c07b309
commit
2948e68b1d
|
@ -18,7 +18,7 @@ Object.defineProperty(window, 'matchMedia', {
|
|||
})),
|
||||
});
|
||||
|
||||
const { store } = configureStore(store);
|
||||
const { store } = configureStore();
|
||||
|
||||
describe('App container', () => {
|
||||
it("should render inspector monitor's component", () => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user