Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/izhaki/typescript-jasmine-istanbul-boilerplate
- Owner: Izhaki
- License: mit
- Created: 2016-07-13T21:00:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-26T11:51:16.000Z (over 4 years ago)
- Last Synced: 2024-10-14T07:42:38.899Z (3 months ago)
- Topics: boilerplate, istanbul, jasmine, sourcemaps, typescript
- Language: TypeScript
- Size: 4.88 KB
- Stars: 20
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 scriptsThe 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)