Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 186 Bytes

File metadata and controls

16 lines (14 loc) · 186 Bytes

React Testing Done Right

Demo Project

To run the tests

yarn test 
# or 
npm run test 

To run the application

react-native run-ios
# or 
react-native run-android