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
Currently, the configured jest.config isn't considered when creating snapshots. Therefore, e.g. styled-component serializer is ignored, if configured. Issue #30 is similar, but doesn't consider existing configurations.
The text was updated successfully, but these errors were encountered:
siebigteroth
changed the title
Consider calling jest-diff with current jest.config
Consider calling rendering with current jest.config
May 6, 2019
Sounds reasonable. Would you like implementing this change? We could leverage jest-config for that. This would require adding it as a dependency or a peer dependency.
cc @SimenB
Currently, the configured jest.config isn't considered when creating snapshots. Therefore, e.g. styled-component serializer is ignored, if configured. Issue #30 is similar, but doesn't consider existing configurations.
The text was updated successfully, but these errors were encountered: