To run the project:
- Clone this repo
- Run
npm install - Run
npm start - Run tests with
npm test-- you may have to press "a" to run all tests
HEADS UP! This is a sample project using Enzyme. It is now recommended to use React Testing Library instead of Enzyem. They are both very similar but if you would like to see how React Testing Library + latest version of React is used in testing, please check out the testing section of this course: Complete React Developer: Zero to Mastery
visist https://zerotomastery.io/ for more