This is the repository for the course COMP.SE.200 Software Testing project.
- Have
nodejsinstalled. We recommend the latest version,v18.x - Install the dependencies with
npm install
- To run the test
npm run test
- To run the code coverage report with Jest
npm run test:coverage
The code coverage dashboard for this repository is available at coveralls.io, or by clicking on the badge of the README.md file.