Skip to content

Commit

Permalink
[IM] Fixed eslint issue with kbn/test import
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliacech committed Mar 28, 2022
1 parent 09fa429 commit f7f9905
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ export const login = ({
* Cypress setup/helpers
*/

// eslint complains this should be in `dependencies` and not `devDependencies`, but these tests should only run on dev
// eslint-disable-next-line import/no-extraneous-dependencies
import 'cypress-axe';
// eslint-disable-next-line import/no-extraneous-dependencies
import 'cypress-axe'; // eslint complains this should be in `dependencies` and not `devDependencies`, but these tests should only run on dev
import { AXE_CONFIG, AXE_OPTIONS } from '@kbn/test';

const axeConfig = {
Expand Down

0 comments on commit f7f9905

Please sign in to comment.