top | item 3979583

(no title)

Raynos | 13 years 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.

discuss

order

adrianhoward|13 years ago

Ohhh,... Mocha outputs TAP. Didn't notice that before. That's going to make my life easier :-)

jdlshore|13 years ago

Thanks, I'll take a second look. Nothing's set in stone.