Skip to content

Commit 8303681

Browse files
cexbrayatclydin
authored andcommitted
style(@schematics/angular): fix formatting of coverage reporters
1 parent 0cb6dff commit 8303681

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/schematics/angular/application/files/karma.conf.js.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ module.exports = function (config) {
1919
dir: require('path').join(__dirname, '<%= relativePathToWorkspaceRoot %>/coverage/<%= appName%>'),
2020
subdir: '.',
2121
reporters: [
22-
{type: 'html'},
23-
{type: 'text-summary'},
22+
{ type: 'html' },
23+
{ type: 'text-summary' }
2424
],
2525
},
2626
reporters: ['progress', 'kjhtml'],

packages/schematics/angular/library/files/karma.conf.js.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ module.exports = function (config) {
1919
dir: require('path').join(__dirname, '<%= relativePathToWorkspaceRoot %>/coverage/<%= folderName %>'),
2020
subdir: '.',
2121
reporters: [
22-
{type: 'html'},
23-
{type: 'text-summary'},
22+
{ type: 'html' },
23+
{ type: 'text-summary' }
2424
],
2525
},
2626
reporters: ['progress', 'kjhtml'],

0 commit comments

Comments
 (0)