Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 379 Bytes

tests.rst

File metadata and controls

21 lines (13 loc) · 379 Bytes

Tests

All builds are unit tested with Mocha and Chai.
Check it out on Travis CI!

Run all unit tests

$ npm run test

Run all unit tests with code coverage

$ npm run test-with-coverage