Skip to content

Commit 2b30328

Browse files
authored
test(component-options-name-casing): make tests more strict (#2817)
1 parent 3534cd6 commit 2b30328

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

tests/lib/rules/component-options-name-casing.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ tester.run('component-options-name-casing', rule, {
133133
},
134134
line: 4,
135135
column: 13,
136+
endLine: 4,
136137
endColumn: 19
137138
}
138139
]
@@ -162,6 +163,7 @@ tester.run('component-options-name-casing', rule, {
162163
},
163164
line: 4,
164165
column: 13,
166+
endLine: 4,
165167
endColumn: 19
166168
}
167169
]
@@ -192,6 +194,7 @@ tester.run('component-options-name-casing', rule, {
192194
},
193195
line: 4,
194196
column: 13,
197+
endLine: 4,
195198
endColumn: 19
196199
}
197200
]
@@ -222,6 +225,7 @@ tester.run('component-options-name-casing', rule, {
222225
},
223226
line: 4,
224227
column: 13,
228+
endLine: 4,
225229
endColumn: 19
226230
}
227231
]
@@ -252,6 +256,7 @@ tester.run('component-options-name-casing', rule, {
252256
},
253257
line: 4,
254258
column: 13,
259+
endLine: 4,
255260
endColumn: 22
256261
}
257262
]
@@ -276,6 +281,7 @@ tester.run('component-options-name-casing', rule, {
276281
},
277282
line: 4,
278283
column: 13,
284+
endLine: 4,
279285
endColumn: 19,
280286
suggestions: [
281287
{
@@ -313,6 +319,7 @@ tester.run('component-options-name-casing', rule, {
313319
},
314320
line: 4,
315321
column: 13,
322+
endLine: 4,
316323
endColumn: 19,
317324
suggestions: [
318325
{
@@ -350,6 +357,7 @@ tester.run('component-options-name-casing', rule, {
350357
},
351358
line: 4,
352359
column: 13,
360+
endLine: 4,
353361
endColumn: 22,
354362
suggestions: [
355363
{
@@ -387,6 +395,7 @@ tester.run('component-options-name-casing', rule, {
387395
},
388396
line: 4,
389397
column: 13,
398+
endLine: 4,
390399
endColumn: 19,
391400
suggestions: [
392401
{
@@ -424,6 +433,7 @@ tester.run('component-options-name-casing', rule, {
424433
},
425434
line: 4,
426435
column: 13,
436+
endLine: 4,
427437
endColumn: 19,
428438
suggestions: [
429439
{
@@ -461,6 +471,7 @@ tester.run('component-options-name-casing', rule, {
461471
},
462472
line: 4,
463473
column: 13,
474+
endLine: 4,
464475
endColumn: 19,
465476
suggestions: [
466477
{
@@ -498,6 +509,7 @@ tester.run('component-options-name-casing', rule, {
498509
},
499510
line: 4,
500511
column: 13,
512+
endLine: 4,
501513
endColumn: 19,
502514
suggestions: [
503515
{
@@ -536,6 +548,7 @@ tester.run('component-options-name-casing', rule, {
536548
},
537549
line: 4,
538550
column: 13,
551+
endLine: 4,
539552
endColumn: 19,
540553
suggestions: [
541554
{

0 commit comments

Comments
 (0)