Izhaki / Typescript-Jasmine-Istanbul-Boilerplate

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:TypeScript 100.0%