Skip to content

Commit ee12b3d

Browse files
committed
update karma
1 parent 2e36169 commit ee12b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = function (config) {
2727
coverageReporter: {
2828
dir: require("path").join(__dirname, "./coverage/neurodiversity-main"),
2929
subdir: ".",
30-
reporters: [{ type: "xml" }, { type: "cobertura" }],
30+
reporters: [{ type: "html" }, { type: "cobertura" }],
3131
},
3232
reporters: ["progress", "kjhtml"],
3333
port: 9876,

0 commit comments

Comments
 (0)