To run these tests locally, you need to be in this folder with write permissions. Then:

```
npm ci     # Installs node modules
npm test   # Runs tests
```
