Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

Izhaki/Typescript-Mocha-Istanbul-Boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typescript-Mocha-Istanbul-Boilerplate

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

  • Mocha
  • 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 Mocha

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published