From 1684bbcb4a42caafdd26e1cd8700a83dc72236db Mon Sep 17 00:00:00 2001 From: Daniel Cadenas Date: Tue, 16 Jul 2024 18:41:05 -0300 Subject: [PATCH] One more try to fix coverage report --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 7f62af8..61075d4 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,7 +1,7 @@ /** @type {import('jest').Config} */ export default { - modulePathIgnorePatterns: ["config"], + coveragePathIgnorePatterns: ["/config/"], coverageThreshold: { global: { branches: 75,