Skip to content

Commit 14d7e19

Browse files
authored
test(match-component-import-name): make tests more strict (#2845)
1 parent 0d3818b commit 14d7e19

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/lib/rules/match-component-import-name.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ tester.run('match-component-import-name', rule, {
6565
message:
6666
'Component alias InvalidExport should be one of: SomeRandomName, some-random-name.',
6767
line: 2,
68-
column: 47
68+
column: 47,
69+
endLine: 2,
70+
endColumn: 76
6971
}
7072
]
7173
}

0 commit comments

Comments
 (0)