Running the tests To run the tests, you need to have the following installed: Node.js npm To install the dependencies, run: npm install To run the tests and generate coverage reports, run: npm test Coverage reports will be generated in the coverage directory.