Jasmine Spec Runner Generator for JavaScript Unit Tests
Want to automatically generate Test Spec Runner pages for Jasmine's JavaScript Unit tests?
Want to automatically generate Test Spec Runner pages for Jasmine's JavaScript Unit tests?
Problem: I want to generate HTML documentation for my JavaScript files and have intellisense support in Visual Studio. I do not want to write massive comment blocks to support this.
Solution: Write javadoc style comments for jsdoc toolkit per standard practice. The rest can be easily automated.