Create automated tests
Opened this issue · 1 comments
finnp commented
Right now there are no automated tests. It would be kind of nice to add them, so that we could hook this up with travis and actually use npm test
. I personally like tape as a testing module.
levithomason commented
How about mocha?