Hello AngularJS gurus,
I am interested in learning more about how and what to test in AngularJS applications. Are there any good tutorials/videos/articles out there (beyond the main docs) on best practices?
My current application calls a REST api and displays data on the page via GET, so I have a lot mapping code and not much else.
Are people testing $resource calls in modules where there's no data manipulation?
What about controllers with methods?
Currently I have karma running some jasmine tests, but it sounds like I need to move to Protractor in the long run?
Thanks,
Charlie