git clone git@github.com:rootTheLure/js-testing-workshop.git
// OR
git clone https://github.com/rootTheLure/js-testing-workshop.git
cd js-testing-workshop/content/
// COPY EVERYTHING INTO YOUR REPO! Folder: TDD, Branch: TDD
npm i
// write tests
npm run test:unit
npm run test:unit:dbg