Pass dummy data object in SET_SKIN_DATA in test to reset skin

This commit is contained in:
Jordan Eldredge 2018-09-11 17:08:31 -07:00
parent d0a8a196f7
commit 9b5c3dc579

View file

@ -30,7 +30,7 @@ describe("MainWindow", () => {
let store;
beforeEach(() => {
store = getStore(media, new Emitter());
store.dispatch({ type: SET_SKIN_DATA });
store.dispatch({ type: SET_SKIN_DATA, data: {} });
});
it("renders to snapshot", () => {