angular-require-karma
Example project to show how to use Karma (Spectacular Test Runner for JS) with an Angular & Require.js application
How to run the unit tests
- Clone the project
- Install Karma as global: npm install -g karma
- Start Karma and run tests (in the project root folder): karma start
Acknowledgements
This project is based on jhiemer's example project: https://github.com/jhiemer/angularjs-requirejs-testacular