Typescript-Jasmine-Istanbul-Boilerplate icon indicating copy to clipboard operation
Typescript-Jasmine-Istanbul-Boilerplate copied to clipboard

An example node project to produce coverage of TypeScript sources using Jasmine

Typescript-Jasmine-Istanbul-Boilerplate

An example node project to produce coverage of TypeScript sources using:

  • Jasmine
  • Istanbul
  • tsc
  • npm scripts

The coverage report shows the typescript (rather than transpiled) code. That is, sourcemaps are properly handled.

$ npm install
$ npm run test:coverage
    

Sample output:

image