The application I am currently working have a Asp.Net MVC serving up the pages and angularjs on the client side. I am looking to set up the unit testing on the angularjs controllers, services. Is there a way to set up unit testing for angularjs scripts without NodeJs. Or is the only way to Unit test the client side contollers through Grunt, Jasmine and Karma and mentioned on most of the articles. Thank you
-
This question is too broad.Al Lelopath– Al Lelopath2017-01-26 15:39:43 +00:00Commented Jan 26, 2017 at 15:39
-
I was wondering if there is a preferred way among the asp.net mvc community to unit test angularjs controller with out installing nodejs.ykneni– ykneni2017-01-27 16:55:32 +00:00Commented Jan 27, 2017 at 16:55
-
Try reddit.com/r/dotnetAl Lelopath– Al Lelopath2017-01-27 17:29:41 +00:00Commented Jan 27, 2017 at 17:29
Add a comment
|