karma-coverage icon indicating copy to clipboard operation
karma-coverage copied to clipboard

coverage preprocessor kills sourcemaps

Open haiko opened this issue 8 years ago • 1 comments

I have a setup in a typescript project where karma-coverage is used to get coverage for my typescript files. Only thing is that it disables to see the typescript files in the browser when I am debbugging.

The culprit is this statement in my karma.conf.js

preprocessors: { './lib/**/**.js': ['coverage'] },

haiko avatar Jun 20 '16 10:06 haiko

same problem here, anyone can help?

darlanmendonca avatar May 11 '17 19:05 darlanmendonca