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