mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-05 00:14:46 +00:00
Pass dummy data object in SET_SKIN_DATA in test to reset skin
This commit is contained in:
parent
1af57575d3
commit
4f8a9a7065
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