Uh oh!
There was an error while loading. Please reload this page.
[Docs] Add docs for Testing Components - #1477
Conversation
pwmckenna
commented
Jun 1, 2015
First off, thanks for getting the testing ball rolling! 🍺 I would kind of expect mocks like these to be automatically generated (by react-native cli or jest?). I wouldn't expect people to know that |
brentvatne
commented
Jun 8, 2015
Agreed, this is a good start. In addition to what we have here, it would be great if we could include instructions as per #700 (comment) for how to do it without mocking out all of the pieces in order to be able to use the shallow renderer. Could you try this out to see if it works with 0.6.0-rc? If not, let's find a way to make it work 😄 |
There was a problem hiding this comment.
/component is it too/component is too/
sahrens
commented
Jun 11, 2015
Hey @brentvatne: want to guide this along and merge it when it's ready? |
brentvatne
commented
Jun 11, 2015
@sahrens - sure thing |
brentvatne
commented
Sep 10, 2015
Going to close this because @naoufal is busy at the moment, we can revive when he has more time 😄 |
pietropizzi
commented
Oct 1, 2015
+1 to this. I would really like more documentation on setting up testing ... |
joerodrig
commented
Dec 21, 2015
+1 |
1 similar comment
rops
commented
Jan 13, 2016
+1 |
lovelydreamer
commented
May 2, 2016
+1 still an issue |
This PR adds documentation on how to get started with testing React Native components with Jest.
It stems from #700.