[ACS-10740] Adjust Karma and Jest config (#11365)

This commit is contained in:
Michal Kinas
2025-11-20 14:24:22 +01:00
committed by GitHub
parent 58a25fe19e
commit 03f67c861f
8 changed files with 23 additions and 25 deletions
+2 -2
View File
@@ -55,9 +55,9 @@ module.exports = function (config) {
},
coverageReporter: {
dir: join(__dirname, './coverage/process-service-cloud'),
dir: join(__dirname, '../../coverage/process-services-cloud'),
subdir: '.',
reporters: [{ type: 'html' }, { type: 'text-summary' }],
reporters: [{ type: 'html' }, { type: 'text-summary' }, { type: 'text-summary', subdir: '.', file: 'summary.txt' }],
check: {
global: {
statements: 75,