We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
undefined
1 parent a0e2bc5 commit 0385aacCopy full SHA for 0385aac
src/rules/__tests__/no-standalone-expect.test.ts
@@ -73,7 +73,7 @@ ruleTester.run('no-standalone-expect', rule, {
73
t('testing', () => expect(true));
74
});
75
`,
76
- options: [{ additionalTestBlockFunctions: [] }],
+ options: [{ additionalTestBlockFunctions: undefined }],
77
errors: [{ endColumn: 42, column: 30, messageId: 'unexpectedExpect' }],
78
},
79
{
0 commit comments