alexanderGugel / ied

:package: Like npm, but faster - an alternative package manager for Node
http://alexandergugel.github.io/ied
MIT License
1.99k stars 53 forks source link

Tests #16

Closed alexanderGugel closed 8 years ago

alexanderGugel commented 9 years ago

We need more (as in "any").

Having tests makes you look like an adult.

jmandzik commented 9 years ago

I'd like to help! Do you have a preferred test runner/assertion/coverage library?

alexanderGugel commented 9 years ago

Awesome!!! Currently the few tests we have are written in Mocha + Node's assert. I'm open to other libraries!

I've also worked with tap and tape before and they also seem like a reasonable choices.

I'm also on Gitter in case you want to chat about this.

alexanderGugel commented 8 years ago

Done.