Skip to content

Commit 52b0851

Browse files
committed
fix: fix test cases
1 parent d533b0c commit 52b0851

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -365,12 +365,6 @@ ruleTester.run(RULE_NAME, rule, {
365365
{<Foo />}
366366
</SomeReact.SomeFragment>
367367
`,
368-
settings: {
369-
"react-x": {
370-
jsxPragma: "SomeReact",
371-
jsxPragmaFrag: "SomeFragment",
372-
},
373-
},
374368
},
375369
{
376370
code: tsx`{foo}`,

0 commit comments

Comments
 (0)