Skip to content

Commit 39aed81

Browse files
hainenberG-Rath
andauthored
Apply suggestion from @G-Rath
Co-authored-by: Gareth Jones <[email protected]>
1 parent 83bcc1a commit 39aed81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/__tests__/prefer-lowercase-title.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ ruleTester.run('prefer-lowercase-title with ignoreTodos', rule, {
688688
{
689689
code: "test('Foo', function () {})",
690690
output: "test('foo', function () {})",
691-
options: [{ ignore: [TestCaseName.it] }],
691+
options: [{ ignoreTodos: true }],
692692
errors: [
693693
{
694694
messageId: 'unexpectedCase',

0 commit comments

Comments
 (0)