Skip to content

Commit

Permalink
test: use undefined in case to increase coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Jul 31, 2020
1 parent 364cace commit 2794e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/__tests__/no-standalone-expect.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ ruleTester.run('no-standalone-expect', rule, {
t('testing', () => expect(true));
});
`,
options: [{ additionalTestBlockFunctions: [] }],
options: [{ additionalTestBlockFunctions: undefined }],
errors: [{ endColumn: 42, column: 30, messageId: 'unexpectedExpect' }],
},
{
Expand Down

0 comments on commit 2794e3d

Please sign in to comment.