Skip to content

Commit

Permalink
Remove a duplicate test case
Browse files Browse the repository at this point in the history
  • Loading branch information
golopot committed Sep 1, 2019
1 parent 4d8a3f9 commit c025438
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/lib/rules/jsx-no-useless-fragment.js
Expand Up @@ -122,11 +122,6 @@ ruleTester.run('jsx-no-uselses-fragment', rule, {
},
errors: [{messageId: 'NeedsMoreChidren'}]
},
{
code: '<></>',
errors: [{messageId: 'NeedsMoreChidren'}],
parser: parsers.BABEL_ESLINT
},
{
code: '<Eeee><>foo</></Eeee>',
output: '<Eeee>foo</Eeee>',
Expand Down

0 comments on commit c025438

Please sign in to comment.