npm i (install all dependencies)
npm start (to start the app)
npm test (to run tests, duh)
https://testing-library.com/docs/react-testing-library/intro/
https://www.loom.com/share/e68d174317624ef5ab5b001ff9221ff9
https://www.loom.com/share/e9153ee088474d8294ce716d16f5b640
https://www.loom.com/share/19c8fcd5bba34450b5be135646aba66c
https://levelup.gitconnected.com/using-truth-tables-to-write-better-unit-tests-dd187f4a08e6
Watch the videos above and complete the TODO
s in src/components/WelcomeBanner.spec.js
- try and NOT copy what was done in the videos. These tests should be your own and feel free to change any code or make any additions you feel necessary!