Runnable example of unit testing Typescript on the fly in Karma with AngularJS and Istanbul coverage
To run the example tests, issue the following commands:
npm install karma-typescript
cd node_modules/karma-typescript/examples/angularjs
npm install
npm test
The example unit tests should now run in Karma and html test coverage should be created in the folder coverage
in the project root.
This software is licensed with the MIT license.
© 2016-2017 Erik Barke, Monounity