How should I unit test react-native-web code? #2341
-
Is there any recommended libraries for unit testing in react native web? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Jest https://jestjs.io/ |
Beta Was this translation helpful? Give feedback.
-
React Native for Web is based on React DOM and the testing setup should mostly be configured as a React DOM project. |
Beta Was this translation helpful? Give feedback.
Jest https://jestjs.io/
React Testing Library: https://testing-library.com/docs/react-testing-library/intro/
react-test-renderer https://reactjs.org/docs/test-renderer.html
react-native-testing-library https://callstack.github.io/react-native-testing-library/