npm start
- How do you run tests?
npm run test
- What assertions were made?
- basic rendering of all components
- functionality makes expected changes to state on all components
- rendering follows snapshot
- What assertions need to be / should be made?
- none at the momment

