Unit Testing React-Native Components with Enzyme Part 1

When I fist started writing “real” apps in Javscript everyone ware writing about the importance of testing, but nobody showed me how. I saw a lot of articles that showed simple tests for out of context functions, compone

Read More...