-
Notifications
You must be signed in to change notification settings - Fork 309
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
Host bindings in the snapshot #125
Comments
No plans, but feel free to take a stab on it :) |
Ok. I decided to create serializer as a separate package. It slightly different from serializer in this repo. It relies on debugNodes + existing react serializer. It's not stress tested yet, but you could take a look. |
Share it :) |
I like that you use serialize which is available since jest 21 👍 |
Also, as my serializer will break all existing tests (till the snapshot update of course), I have moved setup of serializers to jest config (PR #126). Now it would be possible to play with my serializer with this preset untouched. |
I guess the issue could be closed. Thanks. |
Hi. Is there any plan to add attributes (classes, styles) added by
@HostBinding
to the snapshot?The text was updated successfully, but these errors were encountered: