juristr / webpack-typescript-starter

A simple Webpack 2 + TypeScript starter
126 stars 49 forks source link

feat: add code coverage #11

Closed frederikprijck closed 7 years ago

frederikprijck commented 7 years ago

Fixes: #8

frederikprijck commented 7 years ago

Basic coverage. I'm not 100% excited by the setup, but it works. If you've any experience with istanbul and typescript, feel free to point me to any better directions.

But it appears to be not-so-easy.

I've added some extra lines into src files, as coverage was 100% and I was unsure if coverage was working or not :joy: (100% felt like not working :joy:)

juristr commented 7 years ago

Awesome, thank you @frederikprijck. I'll be looking into this more closely later. thx