diff --git a/tests/a11y-no-title-attribute.js b/tests/a11y-no-title-attribute.js index 07b15922..f87f043f 100644 --- a/tests/a11y-no-title-attribute.js +++ b/tests/a11y-no-title-attribute.js @@ -30,6 +30,7 @@ ruleTester.run('a11y-no-title-attribute', rule, { }, }, { + // Note: we are only checking semantic elements. We cannot make assumptions about how a React Components is using the title prop. code: 'Submit', settings: { github: { @@ -39,7 +40,8 @@ ruleTester.run('a11y-no-title-attribute', rule, { }, }, }, - { // Note: we are only checking semantic elements. We cannot make assumptions about how a React Components is using the title prop. + { + // Note: we are only checking semantic elements. We cannot make assumptions about how a React Components is using the title prop. code: 'Submit', }, ],