This project was bootstrapped with Create React App.

Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.


Enzyme is a ui testing package, test react.js component by shallowing it, and mock it's behavior. Checkout the majority of tests package for examples.