Commit 15e1a3a5 authored by Vitaly Slobodin's avatar Vitaly Slobodin

Remove redundant commented out line

parent 8bcdc5d2
...@@ -59,7 +59,6 @@ describe('Fly out sidebar navigation', () => { ...@@ -59,7 +59,6 @@ describe('Fly out sidebar navigation', () => {
document.body.appendChild(el); document.body.appendChild(el);
jest.spyOn(GlBreakpointInstance, 'getBreakpointSize').mockImplementation(() => breakpointSize); jest.spyOn(GlBreakpointInstance, 'getBreakpointSize').mockImplementation(() => breakpointSize);
// setOpenMenu(null);
}); });
afterEach(() => { afterEach(() => {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment