-
Notifications
You must be signed in to change notification settings - Fork 15
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
Does not work with Styled Components #2
Comments
I forked this repo and set up a failing test that exhibits the issue with the serializers. You can see it here: https://github.com/brentmclark/jest-specific-snapshot. It's hacky right now, but I found the |
Hey @brentmclark , here I wrote what is the problem with the custom serializers. I've just added the @zvictor - FYI. |
Thanks @igor-dv, That worked! Check my fork for a working test. You can run |
Nice ! will publish then |
I was so excited to find this matcher and then I read the limitations. Specifically:
Bummer... I am using
styled-components
. I am not too well-versed in extendingjest
or its inner working, but I am happy to try making this work with Styled Components. Can you point me in the right direction to get started?The text was updated successfully, but these errors were encountered: