We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd12046 commit be2d567Copy full SHA for be2d567
src/rules/expect-expect.test.ts
@@ -5,7 +5,7 @@ runRuleTester('expect-expect', rule, {
5
invalid: [
6
{
7
code: 'test("should fail", () => {});',
8
- errors: [{ messageId: 'noAssertions', type: 'Identifier', }],
+ errors: [{ messageId: 'noAssertions', type: 'Identifier' }],
9
},
10
11
code: 'test.skip("should fail", () => {});',
0 commit comments