Skip to content

Commit

Permalink
Update tests/lib/rules/jsx-curly-brace-presence.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Jordan Harband <ljharb@gmail.com>
  • Loading branch information
uniqname and ljharb committed Oct 3, 2019
1 parent 6ecde9b commit 023be90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/rules/jsx-curly-brace-presence.js
Expand Up @@ -99,7 +99,7 @@ ruleTester.run('jsx-curly-brace-presence', rule, {
<React.Fragment>
foo{' '}
<span>bar</span>
</>
</React.Fragment>
`,
parser: parsers.BABEL_ESLINT,
options: [{children: 'never'}]
Expand Down

0 comments on commit 023be90

Please sign in to comment.