Hacker News new | ask | show | jobs
by Raynos 5140 days 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), which may help with your own evaluation.

2 comments

Ohhh,... Mocha outputs TAP. Didn't notice that before. That's going to make my life easier :-)
Thanks, I'll take a second look. Nothing's set in stone.