-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(puppeteer): Upgrade to axe-core 4.3 (#327)
* 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
1 parent
b416e74
commit 3c9aff1
Showing
30 changed files
with
4,564 additions
and
1,127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
} | ||
}; |
Oops, something went wrong.