From 30f68be9a11672ff5d408512e53078407a8c0a51 Mon Sep 17 00:00:00 2001 From: Luiz Bezerra Date: Fri, 18 Oct 2024 11:04:25 +0100 Subject: [PATCH] removed unnecessary jest configurations Signed-off-by: Luiz Bezerra --- jest.config.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/jest.config.json b/jest.config.json index 2195de7035..0e367f7f8f 100644 --- a/jest.config.json +++ b/jest.config.json @@ -5,12 +5,5 @@ "/desktop/jest.config.json", "/packages/*/jest.config.json" ], - "collectCoverage": true, - "coverageReporters": [ - "text", - "lcov", - "json", - "xml" - ], "coverageDirectory": "coverage" }