mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 17:47:16 +00:00
Pass dummy data object in SET_SKIN_DATA in test to reset skin
This commit is contained in:
parent
d0a8a196f7
commit
9b5c3dc579
1 changed files with 1 additions and 1 deletions
|
|
@ -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", () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue