We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e36169 commit ee12b3dCopy full SHA for ee12b3d
karma.conf.js
@@ -27,7 +27,7 @@ module.exports = function (config) {
27
coverageReporter: {
28
dir: require("path").join(__dirname, "./coverage/neurodiversity-main"),
29
subdir: ".",
30
- reporters: [{ type: "xml" }, { type: "cobertura" }],
+ reporters: [{ type: "html" }, { type: "cobertura" }],
31
},
32
reporters: ["progress", "kjhtml"],
33
port: 9876,
0 commit comments