-
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
Fix issue in Jest setup, fix failing tests #7221
Fix issue in Jest setup, fix failing tests #7221
Conversation
Deploy preview for carbon-elements ready! Built with commit 938217f |
Deploy preview for carbon-components-react ready! Built without sensitive environment variables with commit 938217f https://deploy-preview-7221--carbon-components-react.netlify.app |
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.
LGTM 👍 ✅
bump @aledavila @andreancardona if you all have a sec today 👀 Also free to go over anything if there are any questions! |
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.
🙌 looks great @joshblack !!
Closes #7186
While working through #7186 I noticed that our test suite should have been failing for the deprecation notice, but then it wasn't. When digging in I noticed a bug with how we error out on console statements that were swallowing errors. This PR fixes that issue and any corresponding tests that failed as a result.
Changelog
New
Changed
beforeEach