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