mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2024-10-30 01:08:47 +00:00
(karma.conf.js) Updated the default path
This commit is contained in:
parent
0ebc16ec05
commit
9abbf5fec2
|
@ -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'},
|
||||
|
|
Loading…
Reference in New Issue
Block a user