Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
khiga8 committed Mar 23, 2023
1 parent 980be83 commit 381f2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/a11y-aria-label-is-well-formatted.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const ruleTester = new RuleTester({
})

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

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

0 comments on commit 381f2bc

Please sign in to comment.