react-native-simple-router
react-native-simple-router copied to clipboard
Unit Testing
How should we handling unit testing this project? Should we include this as apart of the definition of done?
Yes please. Does anyone of you have experience with unittesting rn stuff?
On Fri, 19 Feb 2016 at 17:37, Eric Raio [email protected] wrote:
How should we handling unit testing this project? Should we include this as apart of the definition of done?
— Reply to this email directly or view it on GitHub https://github.com/react-native-simple-router-community/react-native-simple-router/issues/58 .
Totally !
Does anyone of you have experience with unittesting rn stuff?
Not me :(
I have a lot of experience testing JavaScript but not RN explicitly, I am sure it's not too hard. I should have some time tomorrow to take a look into this.
Same here, but I'd appreciate some input with someone who has some experience with RN specific testing. Anybody of our users has some tried-and-tested setup they use professionally?
@sethx Yeah I agree. I did find this however. https://gist.github.com/jmreidy/4145809229195441d4d4
http://reactkungfu.com/2015/07/approaches-to-testing-react-components-an-overview/
/me thinks that react testing is different from react native testing.
I'd like to wait for some additional input from the community before making a decision.
https://github.com/airbnb/enzyme/blob/master/docs/guides/react-native.md
That's interesting... will look at that over the weekend. nice find!