87968: Clean up after automatic upgrade

- Get rid of missed empty routerLinks
- Fix abstract property initializers
- Specify coverage reporter
This commit is contained in:
Yura Bondarenko
2022-03-11 14:42:02 +01:00
parent 1b460fe1d3
commit c1d870c32d
8 changed files with 13 additions and 13 deletions

View File

@@ -22,7 +22,7 @@ module.exports = function (config) {
reports: ['html', 'lcovonly', 'text-summary'],
fixWebpackSourcePaths: true
},
reporters: ['mocha', 'kjhtml'],
reporters: ['mocha', 'kjhtml', 'coverage-istanbul'],
mochaReporter: {
ignoreSkipped: true,
output: 'autowatch'