Skip to content
Snippets Groups Projects
Commit 65f102a7 authored by André Luís's avatar André Luís
Browse files

Fix weird CI failure in karma

parent fe7666f3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -368,6 +368,8 @@ describe('DiffsStoreMutations', () => {
 
describe('TOGGLE_SHOW_TREE_LIST', () => {
it('toggles showTreeList', () => {
spyOn(localStorage, 'getItem').and.returnValue(null);
const state = createState();
 
mutations[types.TOGGLE_SHOW_TREE_LIST](state);
Loading
Loading
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