Commit b85e8b9e authored by Mauricio Gonzalez's avatar Mauricio Gonzalez Committed by Paul Slaughter

Fix js linter

parent 62972975
......@@ -66,8 +66,7 @@ describe('~/nav/components/responsive_app.vue', () => {
({ bodyHtml, expectation }) => {
document.body.innerHTML = bodyHtml;
if (bodyHtml === HTML_HEADER_WITH_MENU_EXPANDED)
triggerResponsiveToggle();
if (bodyHtml === HTML_HEADER_WITH_MENU_EXPANDED) triggerResponsiveToggle();
expect(hasBodyResponsiveOpen()).toBe(expectation);
},
......
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