fix(@schematics/angular): remove trailing comma in karma conf

We usually don't have trailing commas in the generated code of the CLI (and this one makes the linter/formatter angry).
This commit is contained in:
cexbrayat 2020-11-12 15:05:33 +01:00 committed by Charles
parent 2a1b6b1dc7
commit 8e8a51c3fa
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ module.exports = function (config) {
reporters: [
{ type: 'html' },
{ type: 'text-summary' }
],
]
},
reporters: ['progress', 'kjhtml'],
port: 9876,

View File

@ -21,7 +21,7 @@ module.exports = function (config) {
reporters: [
{ type: 'html' },
{ type: 'text-summary' }
],
]
},
reporters: ['progress', 'kjhtml'],
port: 9876,