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: 23 days 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-26T11:51:16.000Z (over 4 years ago)
- Last Synced: 2025-03-26T06:34:23.305Z (about 1 month ago)
- Topics: boilerplate, istanbul, jasmine, sourcemaps, typescript
- Language: TypeScript
- Size: 4.88 KB
- Stars: 20
- Watchers: 1
- 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: