Skip to content

Commit

Permalink
chore: bump ladle (uber#4968)
Browse files Browse the repository at this point in the history
* chore: bump ladle

* test: add exception for landmark-one-main
  • Loading branch information
tajo authored May 28, 2022
1 parent aef9f50 commit 8db5baa
Show file tree
Hide file tree
Showing 3 changed files with 187 additions and 195 deletions.
8 changes: 8 additions & 0 deletions e2e/helpers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ async function analyzeAccessibility(page, options = { rules: [] }) {
id: 'region',
enabled: false,
},
{
id: 'landmark-one-main',
enabled: false,
},
{
id: 'bypass',
enabled: false,
},
{
id: 'page-has-heading-one',
enabled: false,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@date-io/luxon": "^2.7.0",
"@date-io/moment": "^2.7.0",
"@dubstep/core": "^3.5.3",
"@ladle/react": "^0.10.2",
"@ladle/react": "^0.16.0",
"@mdx-js/tag": "^0.20.0",
"@octokit/rest": "^16.33.1",
"@playwright/test": "^1.19.2",
Expand Down
Loading

0 comments on commit 8db5baa

Please sign in to comment.