JavaScript/TypeScript unit testing –11 sample projects for Resharper, Chutzpah and Karma

added by Krzysztof Seroka
2/26/2014 9:10:06 PM

280 Views

Unit testing client-side of our web applications is a little bit cumbersome: we have Javascript but also move forward to TypeScript. We have plain code without modules or use requirejs to benefit from AMD. For each configuration the setup of unit test project is different. I think having all these samples in one place could help us to start TDD in client-side. All the sample are based on the sample application from my previous posts about unit testing JavaScript. Actually these are not 11 different sample projects, but 11 versions of the same project so that you can easily catch the difference between the configurations.


0 comments