(karma.conf.js) Updated the default path

This commit is contained in:
sercan 2021-07-02 22:50:19 +03:00
parent 0ebc16ec05
commit 9abbf5fec2

View File

@ -26,7 +26,7 @@ module.exports = function (config)
suppressAll: true // removes the duplicated traces
},
coverageReporter : {
dir : require('path').join(__dirname, './coverage/angular12'),
dir : require('path').join(__dirname, './coverage/fuse'),
subdir : '.',
reporters: [
{type: 'html'},