Angularjs 1.6.x with Typescript Gulp Karma Isthanbul
The sample code doesn't have UI. It has a set of files with some AngularJS code and corresponding test files.
To run the sample, open a command prompt and execute the following commands:
- yarn (to install all dependencies from package.json)
- yarn add -g gulp-cli (to install gulp cli globally)
- yarn add -g karma-cli (to install karma cli globally)
- gulp test (to start karma and run tests)
- gulp coverage (to run tests once and open coverage)
- gulp (default) to build and run tests