From 278299c2b1535677a568ec385affce2416040576 Mon Sep 17 00:00:00 2001 From: ineszang44 Date: Thu, 17 Sep 2026 14:18:54 +0200 Subject: [PATCH] test: configuration sonarqube + config angular --- apps/frontend/angular.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/apps/frontend/angular.json b/apps/frontend/angular.json index 6cb33fa..981779f 100644 --- a/apps/frontend/angular.json +++ b/apps/frontend/angular.json @@ -86,15 +86,6 @@ "text-summary", "lcov", "html" - ], - "reporters": [ - "default", - [ - "junit", - { - "outputFile": "test-results/junit.xml" - } - ] ] } }