https://github.com/amwebexpert/poc-react-native-with-jest
POC react-native with unit tests - Jest
https://github.com/amwebexpert/poc-react-native-with-jest
Last synced: 11 months ago
JSON representation
POC react-native with unit tests - Jest
- Host: GitHub
- URL: https://github.com/amwebexpert/poc-react-native-with-jest
- Owner: amwebexpert
- Created: 2021-04-20T14:54:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-05T23:41:58.000Z (almost 5 years ago)
- Last Synced: 2025-04-23T10:54:37.885Z (about 1 year ago)
- Language: Java
- Size: 586 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# POC ReactNative unit tests
* Jest
* Testing library
# Setup instructions
- `npm install`
- `pod install --project-directory=ios`
# Execution instructions
- `npx react-native run-android`
- `npx react-native run-ios`
- `npx react-native start`
# Running unit tests
- `npm run test`
References:
* https://stackoverflow.com/questions/50388367/jest-transformignorepatterns-all-node-modules-for-react-native-preset
* https://reactnavigation.org/docs/navigating
* https://docs.swmansion.com/react-native-gesture-handler/docs/#installation