-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
feat: add eslint-plugin-jest-dom #13392
feat: add eslint-plugin-jest-dom #13392
Conversation
✅ Deploy Preview for carbon-components-react ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
95a71c5
to
f5f24c3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey this looks really fantastic! Thanks for fixing all the associated errors.
I do think your suggestion is a good idea - let's move that, but otherwise I think this looks good to go since CI is passing 🎉
Hey @falsepopsky! thanks for the contribution. Curious if you are an IBMer or if you are using Carbon externally for a project. Let us know! |
Hi!. I'm not an IBMer but I have used Carbon in the past. I mostly use icons or pictograms package. Have a great day! maybe i will take a look at #9048 later |
* feat: add eslint-plugin-jest-dom * fix: eslint errors * fix(rebase): eslint, tests * fix: lint jest-dom config only test files --------- Co-authored-by: Alessandra Davila <adavila91@gmail.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* feat: add eslint-plugin-jest-dom * fix: eslint errors * fix(rebase): eslint, tests * fix: lint jest-dom config only test files --------- Co-authored-by: Alessandra Davila <adavila91@gmail.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Closes #13312
I added the dependency
eslint-plugin-jest-dom
and enabled the recommended configuration by default. I also fixed a ton of errors resulting from this change.Changelog
New
Changed
Removed
Testing / Reviewing
Make sure there are no errors when running lint, and that the tests pass successfully.