Skip to content
Snippets Groups Projects
Commit f034dec5 authored by apple502j's avatar apple502j
Browse files

Fix test

parent c757d02e
No related branches found
No related tags found
1 merge request!1Synching Fork
......@@ -35,7 +35,7 @@ describe('Sound Editor Container', () => {
}
}
};
store = mockStore({scratchGui: {vm: vm}});
store = mockStore({scratchGui: {vm: vm, mode: {isFullScreen: false}}});
});
test('should pass the correct data to the component from the store', () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment