Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/izhaki/typescript-jasmine-istanbul-boilerplate

An example node project to produce coverage of TypeScript sources using Jasmine
https://github.com/izhaki/typescript-jasmine-istanbul-boilerplate

boilerplate istanbul jasmine sourcemaps typescript

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://cloud.githubusercontent.com/assets/880132/16820312/4fe60e10-4948-11e6-8c5a-ddc9376d3918.png)