style(@schematics/angular): fix formatting of coverage reporters

This commit is contained in:
cexbrayat 2020-09-14 11:41:56 +02:00 committed by Charles
parent 0cb6dff5ab
commit 8303681123
2 changed files with 4 additions and 4 deletions

View File

@ -19,8 +19,8 @@ module.exports = function (config) {
dir: require('path').join(__dirname, '<%= relativePathToWorkspaceRoot %>/coverage/<%= appName%>'),
subdir: '.',
reporters: [
{type: 'html'},
{type: 'text-summary'},
{ type: 'html' },
{ type: 'text-summary' }
],
},
reporters: ['progress', 'kjhtml'],

View File

@ -19,8 +19,8 @@ module.exports = function (config) {
dir: require('path').join(__dirname, '<%= relativePathToWorkspaceRoot %>/coverage/<%= folderName %>'),
subdir: '.',
reporters: [
{type: 'html'},
{type: 'text-summary'},
{ type: 'html' },
{ type: 'text-summary' }
],
},
reporters: ['progress', 'kjhtml'],