My main JavaScript framework is jQuery so I would like my unit test and mocking frameworks to be compatible with that. I'd rather not have to introduce another JavaScript framework.
I am currently using QUnit for unit testing and Jack for mocking, but I am pretty new to the whole unit testing of JavaScript.
Does anyone else have a better tool to suggest? What has worked for you?
For mozilla development, I fall in love with UXU, based on MozUnit but still active. Has nice features like mock server or sleep / yeld methods.
This is a pretty good review of mocking frameworks available for Javascript:
http://testdrivenwebsites.com/2010/05/06/java-script-mock-frameworks-comparison