This repo is part of my tutorial I've written up on How to test React components using Jest and Enzyme. There are 3 branches in this repo:
- functional-app - contains all the components without any tests
- unit-testing - unit testing is included for Search and SearchResults components
- integration-testing - integration testing included for SearchContainer component