Unit testing Angular from Node like a boss

added by bpwndaddy
9/1/2015 4:23:34 PM

753 Views

I previously wrote how to quickly unit test an Angular application using ng-describe. While this library is useful (we use it every day at Kensho), we can do better. In this tutorial I will show how to: Use CommonJS modules in your application Run Angular unit tests under Node without any browsers Test private functions and Angular providers; something that is impossible to do using normal means.


0 comments