This repo contains code examples for the blogpost at springtree.nl (add correct link here)
- git
- node
16.0+
First install the depencies
# install dependencies
npm i
Then run either the normal unit tests
# run unit tests
npm run test
Or run the mutation tests
# run mutation tests
npm run test:mutation