I am new to Angularjs framework and also testing it using Jasmine framework and Karma. I have a ASP.NET MVC app built with Visual Studio 2013 and I would like to include Jasmine package and Karma in order to test js.
Maybe this issue is already discussed here, but could you please show a tutorial or a demo of how to include a Jasmine file, and test it and show the results? For testing spa app is Jasmine and Karma the best choice?
Could you please show me some steps of where to include Jasmine in project and how to bind it with my .js
in order to test it?