Skip to content

Commit 7ad008b

Browse files
committed
test(no-deprecated-functional-template): make tests more strict
1 parent d2b201a commit 7ad008b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/lib/rules/no-deprecated-functional-template.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ ruleTester.run('no-deprecated-functional-template', rule, {
4848
{
4949
line: 1,
5050
column: 11,
51-
messageId: 'unexpected'
51+
messageId: 'unexpected',
52+
endLine: 1,
53+
endColumn: 21
5254
}
5355
]
5456
}

0 commit comments

Comments
 (0)