Skip to content

Commit baece45

Browse files
committed
test(no-deprecated-html-element-is): make tests more strict
1 parent d2b201a commit baece45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/lib/rules/no-deprecated-html-element-is.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ ruleTester.run('no-deprecated-html-element-is', rule, {
5858
{
5959
line: 1,
6060
column: 16,
61-
messageId: 'unexpected'
61+
messageId: 'unexpected',
62+
endLine: 1,
63+
endColumn: 25
6264
}
6365
]
6466
}

0 commit comments

Comments
 (0)