Setup Karma to test Angular apps

Last post we talked about how to setup Karma with mocha and chai. This post we see some particularities in setting up Karma to test Angular apps. Since Karma loads the JavaScript files for us, we won't include an index.html to bootstrap the Angular app or to initialize some…

Read this article