| title | Unit testing Angular.js app with node.js, mocha, angular-mocks and jsdom |
|---|---|
| slug | unit-testing-angular-js-app-with-node |
| createdAt | 2015-07-05T18:04:33Z |
| language | en |
| preview | Majority of search result about unit testing Angular.js apps is about how to do it by using test frameworks that run the tests in a real browser. Even though it's great to be able to test your code in multiple platforms, in my opinion it creates a lot of boilerplate code and makes it hard to run the tests in, for instance a CI-server. |
Lean unit tests with minimal setup