It is likely how three people do what I do, but here goes:
- Visual studio 2012
- Latest Web Sites
- TypeScript project
- AngularJS Frame
- Running Chutzpah tests with Jasmine
When creating tests for Chutzpah, I need to add links not only to my typescript files, but also to the javascript libraries that I use. For instance:
With this setting, my wash2-waut-heat tests work fine. However, the angular.min.js file fills my list of errors with hundreds of complaints. This makes it impossible to search for errors reported by typescript parsing.
If I remove the link to angular.min.js, then Chutzpah cannot work, since my code depends on the library.
Visual Studio JavaScript?