Skip to content

Commit a2b88dd

Browse files
committed
chore: improve test coverage
1 parent da515ce commit a2b88dd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/sort-array-includes.test.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,11 @@ describe(RULE_NAME, () => {
724724
'v2.png',
725725
].includes(value)
726726
`,
727-
options: [{}],
727+
options: [
728+
{
729+
ignoreCase: false,
730+
},
731+
],
728732
},
729733
],
730734
invalid: [

0 commit comments

Comments
 (0)