Skip to content

Commit ac74c78

Browse files
authored
test(no-deprecated-v-is): make tests more strict (#2885)
1 parent 15185f5 commit ac74c78

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/lib/rules/no-deprecated-v-is.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ tester.run('no-deprecated-v-is', rule, {
2525
errors: [
2626
{
2727
message: '`v-is` directive is deprecated.',
28-
line: 3
28+
line: 3,
29+
column: 14,
30+
endLine: 3,
31+
endColumn: 18
2932
}
3033
]
3134
}

0 commit comments

Comments
 (0)