Fix unit test.

This commit is contained in:
bmauger 2022-05-02 16:20:14 -04:00
parent f21baf67a2
commit 876f68c8c0

View file

@ -51,7 +51,7 @@ jest.mock("@/store", () => ({
}, },
eventBusItem: jest.fn(), eventBusItem: jest.fn(),
damage: { damage: {
glassToReplace: [] glassToReplace: []
}, },
}, },
})); }));
@ -145,7 +145,3 @@ function setupMocks({
return { wrapper, apiPromise }; return { wrapper, apiPromise };
} }
© 2022 GitHub, Inc.
Terms
Privacy
Security