mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 02:24:10 +08:00
style(@schematics/angular): fix formatting of coverage reporters
This commit is contained in:
parent
0cb6dff5ab
commit
8303681123
@ -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'],
|
||||
|
@ -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'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user