Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(jsx-curly-spacing): test against fixed in the past bug #2206

Merged

Conversation

ColCh
Copy link
Contributor

@ColCh ColCh commented Mar 17, 2019

Fixes #998

Copy link
Member

@ljharb ljharb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

'<div onLayout={() => { /* dummy callback to fix android bug with component measuring */ }} />'
].join('\n'),
options: ['never', {allowMultiline: true}],
errors: []
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this has no errors, it should be in the “valid” section, not the “invalid” section

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, sorry! didn't noticed that there is "valid" section

removed that test and added test into valid section

Copy link
Member

@ljharb ljharb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants