Jasmine is the 2nd most popular test framework, and we should add support for running/debugging tests within NTVS's test explorer.
For anyone interested in getting started on this... our test framework is quite extensible, and the code we'd need to write is all javascript.
See mocha.js for an example:
Jasmine is the 2nd most popular test framework, and we should add support for running/debugging tests within NTVS's test explorer.
For anyone interested in getting started on this... our test framework is quite extensible, and the code we'd need to write is all javascript.
See mocha.js for an example: