Suppose I have a web application, which uses jQuery for Ajax and UI. Now I would like to add unit-tests to it. I would like the unit-tests to run in a single process without launching browsers and separate web servers and I hope it is doable with the Node.js and the following Node.js modules:
buster.js
- jQuery Node.js module
- jsdom Node.js module
Am I missing something? Is there any example of such unit tests?