Skip to content
Snippets Groups Projects
Commit b1ca087c authored by Victor Löfgren's avatar Victor Löfgren
Browse files

Fix frontend tests

parent de60926b
No related branches found
No related tags found
1 merge request!145Resolve "Improve sockets"
Pipeline #45600 passed with warnings
......@@ -13,7 +13,10 @@ const initialState = {
},
activeSlideId: -1,
code: '',
timer: null,
timer: {
value: null,
enabled: false,
},
}
it('should return the initial state', () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment