- run
npx styleguidist server
npm start
- How do you run tests?
npm run test - What assertions were made?
- On the Counter module:
- basic rendering
- increment counter
- decrement counter
- snapshot matches (DOM rendering matches)
- On the Counter module:
- What assertions need to be / should be made?
- All tests on Header and Footer modules.

