This commit is contained in:
Nathan Bierema 2022-10-09 18:50:16 -04:00
parent 0f9c07b309
commit 2948e68b1d

View File

@ -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", () => {