This is a repo used in teaching. It provides a quick way to get started with Vanilla JavaScript and Jest.
I recommend creating your own copy of this repo, so that you can practice committing changes as you go:
Clone the repo:
git clone git://github.com:<username>/jest_quickstart.gitInstall packages:
cd jest_quickstart/
npm installRun your first test:
npm test