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
{{ message }}
This repository has been archived by the owner on May 28, 2021. It is now read-only.
Jest doesn't allows to have multiple presets and configurations in a single project which is a problem faced by Facebook itself and jest community is working on it.
So, in a nutshell, as of now, there is not a way to snapshot test our components for both native(react-native) and web(react-native-web) in a single project or at the same time(without making change in the jest configuration).
( this and this and this ) are the issues related.
The text was updated successfully, but these errors were encountered:
Jest doesn't allows to have multiple presets and configurations in a single project which is a problem faced by Facebook itself and jest community is working on it.
So, in a nutshell, as of now, there is not a way to snapshot test our components for both native(react-native) and web(react-native-web) in a single project or at the same time(without making change in the jest configuration).
( this and this and this ) are the issues related.
The text was updated successfully, but these errors were encountered: