I want to start unit testing my javascript files as part of my build process in an MVC application that I create using jquery and jqueryUI.
I know how to use qunit and jsunit, but I want to try to get VS to run these tests and integrate the results into my build process.
Does anyone have any ideas on where to start? General pointers on where to start would be just as helpful as solutions.
source
share