Tests: Update karma.conf.js

This commit is contained in:
graciousgrey 2023-12-07 14:49:52 +01:00
parent 1b56fe2ab7
commit 4c308f5b33

View file

@ -80,7 +80,7 @@ module.exports = (config) => {
coverageIstanbulReporter: {
// reports can be any that are listed here: https://github.com/istanbuljs/istanbuljs/tree/aae256fb8b9a3d19414dcf069c592e88712c32c6/packages/istanbul-reports/lib
reports: ["lcovonly", "text-summary"],
reports: ["lcov", "text-summary"],
// base output directory. If you include %browser% in the path it will be replaced with the karma browser name
dir: path.join(__dirname, "coverage"),