fix lint
parent
89b11f4571
commit
b238da6c45
|
@ -8,6 +8,7 @@ describe('UI - Accessibility', function () {
|
||||||
cy.injectAxe();
|
cy.injectAxe();
|
||||||
});
|
});
|
||||||
// https://www.npmjs.com/package/cypress-axe
|
// https://www.npmjs.com/package/cypress-axe
|
||||||
|
// eslint-disable-next-line mocha/no-skipped-tests
|
||||||
it.skip('Has no detectable a11y violations on load', () => {
|
it.skip('Has no detectable a11y violations on load', () => {
|
||||||
// Configure aXe and test the page at initial load
|
// Configure aXe and test the page at initial load
|
||||||
cy.configureAxe({
|
cy.configureAxe({
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* eslint-disable max-len */
|
||||||
import {jGraduate, jGraduateMethod} from './jgraduate/jQuery.jGraduate.js';
|
import {jGraduate, jGraduateMethod} from './jgraduate/jQuery.jGraduate.js';
|
||||||
import PaintBox from './PaintBox.js';
|
import PaintBox from './PaintBox.js';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue