I would like to test my javascript code (that includes jQuery library) that is in my CShtml file at a MVC project that runs on visual studio 2015. I know that testing on js files can be done using jasmine.
Can I test a cshtml file using jasmine?
Where can i find a good tutorial on the subject?