You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Activity
davidLeonardi commentedon Feb 20, 2016
Yes please. Does anyone of you have experience with unittesting rn stuff?
On Fri, 19 Feb 2016 at 17:37, Eric Raio notifications@github.com wrote:
charpeni commentedon Feb 20, 2016
Totally !
Not me :(
ericraio commentedon Feb 20, 2016
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.
davidLeonardi commentedon Feb 20, 2016
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?
ericraio commentedon Feb 21, 2016
@SEthX Yeah I agree. I did find this however. https://gist.github.com/jmreidy/4145809229195441d4d4
charpeni commentedon Feb 22, 2016
http://reactkungfu.com/2015/07/approaches-to-testing-react-components-an-overview/
davidLeonardi commentedon Feb 25, 2016
/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.
charpeni commentedon Mar 3, 2016
https://github.com/airbnb/enzyme/blob/master/docs/guides/react-native.md
davidLeonardi commentedon Mar 3, 2016
That's interesting... will look at that over the weekend.
nice find!