Unit testing with @testing-library/jest-dom no longer works after upgrading to 6.X #4092
Unanswered
davidlane-oe
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi all,
We've been using styled-components for a while. We've recently upgraded from styled-components
5.3.5to6.0.2and while the components render correctly when built usingrollupand/orstorybook, they no longer appear to apply a style when using testing-library/jest-dom.Am I missing something obvious here?
All reactions