Are there any good node.js (server side js) unit testing frameworks currently out there? I'm looking for something a little deeper than the Assert module provided.
I ended up using node-unit and am really happy with it.
I was using Expresso originally but the fact that it runs tests in parallel caused a few problems. (For example using database fixtures doesn't work well in this situation).