monounity / karma-typescript

Simplifying running unit tests with coverage for Typescript projects.
313 stars 109 forks source link

KarmaTypescript Thresholds not working on TS files rather taking coverage from JS files #569

Open ShilpiAg1988 opened 2 years ago

ShilpiAg1988 commented 2 years ago

Hi,

I am trying to use KarmaTypescript and applying threshold inside karmaTypescriptConfig as provided in 'Example of a full karmaTypescriptConfig configuration:' from https://github.com/monounity/karma-typescript/tree/master/packages/karma-typescript also I followed thread https://github.com/monounity/karma-typescript/issues/80

I am unable to get threshold errors on TS coverage rather getting in JS file coverage. Can someone help?