Testing Controllers in Angular with Jasmine
I blogged a while ago about how to build ad-hoc test page for Angular / ASP.NET MVC Application. In this post I will try to establish a pattern for testing Angular controllers using TypeScript and Jasmine. Before you start, you have to use Nuget and bring in jasmine framework. I used version 1.3, as I …
Continue reading ‘Testing Controllers in Angular with Jasmine’ »