Skip to content

Commit f3fa3ee

Browse files
committed
chore: update
1 parent f07308b commit f3fa3ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/plugins/eslint-plugin-react-x/src/rules/no-useless-fragment.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ ruleTester.run(RULE_NAME, rule, {
4343
</>
4444
`,
4545
errors: [{ type: T.JSXFragment, messageId: "noUselessFragment" }],
46-
4746
output: /* tsx */ `
4847
<div/>
4948
`,

0 commit comments

Comments
 (0)