Wednesday, 30th December 2020
TIL
Using Jest without a package.json
— I wanted to try out [Jest](https://jestjs.io/) for writing JavaScript unit tests, in a project that wasn't set up with `package.json` and other NPM related things.