Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
khiga8 committed Mar 23, 2023
1 parent 2c0e476 commit 9614192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/a11y-aria-label-is-readable.js
Expand Up @@ -12,7 +12,7 @@ const ruleTester = new RuleTester({
})

const errorMessage =
'[aria-label] text should be formatted the same as you would visible text.'
'[aria-label] text should be formatted the same as you would visible text. Use sentence case and make sure you are not using hyphens.'

ruleTester.run('a11y-aria-label-is-readable', rule, {
valid: [
Expand Down

0 comments on commit 9614192

Please sign in to comment.