You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be real cool if we could support enzyme with snapshot testing in jest. Since we rejected it from living in the enzyme repo (enzymejs/enzyme#541), this seems like the natural place.
Of course we would have to fall back to the original toMatchSnapshot if a non-enzyme wrapper was given.
Tried to implement this, seems like we probably need #44 first as I'm not getting the right class values set for my matcher that I need to get appropriate access to the original toMatchSnapshot matcher.
jest-enzyme
ONLYIt would be real cool if we could support enzyme with snapshot testing in jest. Since we rejected it from living in the enzyme repo (enzymejs/enzyme#541), this seems like the natural place.
Of course we would have to fall back to the original
toMatchSnapshot
if a non-enzyme wrapper was given.Basic thoughts:
The text was updated successfully, but these errors were encountered: