Skip to content

Commit

Permalink
style(@schematics/angular): fix formatting of coverage reporters
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat authored and clydin committed Sep 14, 2020
1 parent 0cb6dff commit 8303681
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 8303681

Please sign in to comment.