Skip to content

nikhil2406/Typescript-Jasmine-Istanbul-Boilerplate

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.1%
  • JavaScript 7.9%