-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Issues with testing-library, jest, and react native web #35
Comments
hello @gciluffo 👋 I'm thinking that your |
@mobily Yeah thats what im thinking too. And yes am using the latest version. Repo: https://github.com/gciluffo/react-native-web and just |
@gciluffo thanks for the repo! ❤️ I've already found a place in code that causes this bug and it will be fixed in the next release (I'm gonna publish it this week), I will let you know! 🚀 |
@mobily Looks good, thank you for getting to this so fast! |
Hi, im currently running into issue with running snapshot tests using react testing library and react native web. I am trying to have separate tests for both native and web by having two different jest configs. The native tests (with jest preset react-native) run fine with Mobily components but seems to break when running under the web configuration (jest preset react-native-web).
Here is an example repo with the issue: https://github.com/gciluffo/react-native-web
Im not sure if this is an issue with Mobily + test-library + react native web or im just not configuring my jest.web.config.js file correctly. Any insight would be appreciated!
The text was updated successfully, but these errors were encountered: