Skip to content

Commit 0385aac

Browse files
G-RathSimenB
authored andcommitted
test: use undefined in case to increase coverage
1 parent a0e2bc5 commit 0385aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/__tests__/no-standalone-expect.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ ruleTester.run('no-standalone-expect', rule, {
7373
t('testing', () => expect(true));
7474
});
7575
`,
76-
options: [{ additionalTestBlockFunctions: [] }],
76+
options: [{ additionalTestBlockFunctions: undefined }],
7777
errors: [{ endColumn: 42, column: 30, messageId: 'unexpectedExpect' }],
7878
},
7979
{

0 commit comments

Comments
 (0)