Simple app to perform Test Driven Development with React using Jest and Enzyme
This is a reference repository for the blog on performing test driven development with React using Jest and Enzyme
- Clone this repository and
cd
into it. - Execute
yarn install
to download dependencies. - Run
yarn test
to run the tests with Jest.