Skip to content

Commit be2d567

Browse files
committed
Prettier
1 parent fd12046 commit be2d567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/expect-expect.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runRuleTester('expect-expect', rule, {
55
invalid: [
66
{
77
code: 'test("should fail", () => {});',
8-
errors: [{ messageId: 'noAssertions', type: 'Identifier', }],
8+
errors: [{ messageId: 'noAssertions', type: 'Identifier' }],
99
},
1010
{
1111
code: 'test.skip("should fail", () => {});',

0 commit comments

Comments
 (0)