Skip to content

Commit 9614192

Browse files
committed
Update tests
1 parent 2c0e476 commit 9614192

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/a11y-aria-label-is-readable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const ruleTester = new RuleTester({
1212
})
1313

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

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

0 commit comments

Comments
 (0)