diff --git a/tests/lib/rules/enforce-style-attribute.js b/tests/lib/rules/enforce-style-attribute.js index f12f66998..1a269ab06 100644 --- a/tests/lib/rules/enforce-style-attribute.js +++ b/tests/lib/rules/enforce-style-attribute.js @@ -63,7 +63,11 @@ tester.run('enforce-style-attribute', rule, { code: ``, errors: [ { - message: 'Plain `, errors: [ { - message: 'The module attribute is not allowed. Allowed: scoped.' + message: 'The module attribute is not allowed. Allowed: scoped.', + line: 1, + column: 39, + endLine: 1, + endColumn: 61 } ] }, @@ -81,7 +89,11 @@ tester.run('enforce-style-attribute', rule, { options: [{ allow: ['scoped'] }], errors: [ { - message: 'Plain