From f3472eca9aaf3ce72f1b69d0990a12a37eb64426 Mon Sep 17 00:00:00 2001 From: HendrikThePendric Date: Tue, 16 Jul 2024 12:29:28 +0200 Subject: [PATCH] chore: disable report-portal debug logging --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 6aec29d7c9..115c53f67c 100644 --- a/jest.config.js +++ b/jest.config.js @@ -32,7 +32,7 @@ const reportPortalConfig = [ }, ], description: '', - debug: true, + debug: false, }, ]