You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the following karma configuration and I expect coverage folder to be created with JSON format. But the default HTML report is being generated instead of JSON.
I have the following karma configuration and I expect coverage folder to be created with JSON format. But the default HTML report is being generated instead of JSON.
Versions of packages
"karma-typescript": "5.1.0",
"karma": "5.1.1",
"karma-browserstack-launcher": "1.3.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "4.0.1",
"karma-jasmine-html-reporter": "1.5.4"
karma.conf.js
The text was updated successfully, but these errors were encountered: