Writing unit tests with Jest

Doing unit testing for RN won't be too much of a surprise, because it happens that we'll be able to reuse most of what we learned before (for example, using Jest also with snapshots, or how to test Redux), except for some small details that must be taken care of, as we'll see.

In this recipe, we'll look at how to set up unit tests for RN, along the lines of what we already did for Node and React.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset