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! Depending on your version of Jest, you may find that your snapshots aren't created properly (empty). This is a known issue and may require you to do the following: https://backbencher.dev/blog/empty-shallowwrapper-snapshot-jest-enzyme. I have included the code change mentioned in the article in this git repo to show you how to do this if you encounter the issue.