What are some JavaScript Unit Testing and Mocking Frameworks you have used? [closed]
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? QUnit jQUnit Writing JS tests with QUnit and jQUnit QUnit is the unit testing framework for the jQuery JavaScript framework. The testing framework itself uses the jQuery library, but the tests can be written for any