Simple example to get your started with React-Native , Redux and how to test the hell of it.
with this example you'll learn stuff like :
- How to run tests using Mocha.js
- How to write tests using assertion librery like Chai.js
- How to use code coverage tool like nyc
- How to run some component snapshot tests using Facebook's Jest
- How to run some component tests using Enzyme
- How to write end to end tests using webdriver.io and run it using Appium
first
npm install
then
npm test
npm run testjest
npm run testsjest_update
npm start
npm run appium
npm run run-e2e