Skip to content

Commit

Permalink
feat(puppeteer): Upgrade to axe-core 4.3 (#327)
Browse files Browse the repository at this point in the history
* feat: use axe.runPartial instead of axe.run

* feat(puppeteer): Upgrade to axe-core 4.3

* chore: fix linter

* chore: update package-lock

* chore: fix incorrect comment

* chore: better use of fixtures

* chore: tweaks
  • Loading branch information
WilcoFiers committed Aug 16, 2021
1 parent b416e74 commit 3c9aff1
Show file tree
Hide file tree
Showing 30 changed files with 4,564 additions and 1,127 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
packages/cli/src/testutils/*
packages/cli/src/**/**/*.test.ts
packages/webdriverjs/src/test/fixtures/*
packages/puppeteer/test/fixtures/*
**/dist/*
3 changes: 2 additions & 1 deletion packages/puppeteer/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
rules: {
'@typescript-eslint/no-explicit-any': 'off'
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-use-before-define': 'off'
}
};

0 comments on commit 3c9aff1

Please sign in to comment.