Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 752 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 752 Bytes

react-native-testing-example Build Status Coverage Status

An example setups react native testing! Looking for more details on this page.

Clone this repository

git clone https://github.com/apentle/react-native-testing-example.git

Install node modules

cd react-native-testing-example
npm install

Run test

npm test