Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 303 Bytes

TESTING.md

File metadata and controls

10 lines (6 loc) · 303 Bytes

Running the test suite

The unit tests are built upon the following tools:

  • Mocha -- the underlying test suite which executes the test and reports feedback
  • node.js -- used for testing at the command line, via the mocha package

To run the unit tests run the following command:

npm run test