Skip to content

Running Unit Tests

Joe Schmitt edited this page Jun 28, 2017 · 1 revision

To run the unit test suite, simply check out the project, run npm install at the project root to get all the dependencies installed, and then run npm test. The script should output any failed tests, as well as a code coverage report. All Pull Requests will require passing unit tests, and any bug fixes or feature additions will require new tests to cover that bug or feature, as well as increased test coverage.