[ACS-4536] deprecate and cleanup aca-settings module (#2978)

This commit is contained in:
Denys Vuika
2023-02-11 00:28:29 +00:00
committed by GitHub
parent a4eb6c49bb
commit 5b054f234d
27 changed files with 4 additions and 1054 deletions

View File

@@ -16,7 +16,7 @@ module.exports = function (config) {
clearContext: false // leave Jasmine Spec Runner output visible in browser
},
coverageIstanbulReporter: {
dir: require('path').join(__dirname, '../../coverage/aca-settings'),
dir: require('path').join(__dirname, '../../coverage/aca-preview'),
reports: ['html', 'lcovonly', 'text-summary'],
fixWebpackSourcePaths: true
},