Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 379 Bytes

File metadata and controls

3 lines (2 loc) · 379 Bytes

Tests

To run tests make sure you have mocha installed globally npm install -g mocha. Each directory has its own lib and tests directory. Run mocha in each directory to test. There is probably a mocha config file where we can define where all the tests are so we can run all tests in one command. Unfortunately mocha --recursive is running files that aren't tests.