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

fix(prefer-expect-assertions): report on concise arrow functions #1207

Merged
merged 1 commit into from Aug 21, 2022

Conversation

G-Rath
Copy link
Collaborator

@G-Rath G-Rath commented Aug 21, 2022

Resolves #1204

@G-Rath G-Rath merged commit f928747 into main Aug 21, 2022
@G-Rath G-Rath deleted the fix-prefer-expect-assertions branch August 21, 2022 21:00
github-actions bot pushed a commit that referenced this pull request Aug 21, 2022
## [26.8.7](v26.8.6...v26.8.7) (2022-08-21)

### Bug Fixes

* **prefer-expect-assertions:** report on concise arrow functions ([#1207](#1207)) ([f928747](f928747))
@github-actions
Copy link

🎉 This PR is included in version 26.8.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

Comment on lines +55 to +58
// const suggestions: Array<[MessageIds, string]> = [
// ['suggestAddingHasAssertions', 'expect.hasAssertions();'],
// ['suggestAddingAssertions', 'expect.assertions();'],
// ];
Copy link
Member

Choose a reason for hiding this comment

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

why is this commented out instead of deleted?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Oh whoops, cause I forgot about it 😅 will clean it up tomorrow along with a few other comments we've got lying around

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

Successfully merging this pull request may close these issues.

Results of weekly scheduled smoke test
2 participants