diff --git a/spec/tests/modal/modalSpec.js b/spec/tests/modal/modalSpec.js index 10ac243a6d..06ca4d1e16 100644 --- a/spec/tests/modal/modalSpec.js +++ b/spec/tests/modal/modalSpec.js @@ -1,5 +1,3 @@ -/* eslint-disable no-undef */ - describe('Modal:', () => { const fixture = `Modal @@ -17,9 +15,7 @@ describe('Modal:', () => { `; - beforeEach(() => { - XloadHtml(fixture); - }); + beforeEach(() => XloadHtml(fixture)); afterEach(() => XunloadFixtures()); describe('Modals', () => {