5 ms·
I highly recommend you consider using mocha with the TDD interface rather then nodeunit. [I recently evaluated different node testing libraries](https://gist.g
by Raynos 14y ago
I highly recommend you consider using mocha with the TDD interface rather then nodeunit.
[I recently evaluated different node testing libraries](https://gist.github.com/b0382064a4ddac608b8c https://gist.github.com/b0382064a4ddac608b8c), which may help with your own evaluation.
- jdlshore 14y agoThanks, I'll take a second look. Nothing's set in stone.
- adrianhoward 14y agoOhhh,... Mocha outputs TAP. Didn't notice that before. That's going to make my life easier :-)