Skip to content

Commit 8077771

Browse files
fix(docs-infra): update a11y min-scores
update (decrease) the value of some of the accessibility MIN_SCORES_PER_PAGE after recent changes
1 parent 7b0e45c commit 8077771

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aio/scripts/test-aio-a11y.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ const MIN_SCORES_PER_PAGE = {
2929
'cli/add': 100,
3030
'docs': 100,
3131
'guide/docs-style-guide': 96,
32-
'start/start-routing': 98,
33-
'tutorial': 98,
32+
'start/start-routing': 97,
33+
'tutorial': 97,
3434
};
3535

3636
// Run

0 commit comments

Comments
 (0)