From bf7c5722c229fa029921c76def613746645fa391 Mon Sep 17 00:00:00 2001 From: Brian Pilati Date: Wed, 17 Sep 2025 12:06:10 -0500 Subject: [PATCH 1/2] chore(jest): updates to the jest file --- jest.config.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/jest.config.js b/jest.config.js index 1dd22f383..0127c65a8 100644 --- a/jest.config.js +++ b/jest.config.js @@ -35,8 +35,6 @@ module.exports = { '!src/app/**/*.route.{ts,js}', '!src/app/**/*.enum.{ts,js}', '!src/app/**/*.type.{ts,js}', - '!src/app/**/*.enum.{ts,js}', - '!src/app/**/*.type.{ts,js}', '!src/app/**/*.spec.{ts,js}', '!src/app/**/*.module.ts', '!src/app/**/index.ts', @@ -45,10 +43,10 @@ module.exports = { extensionsToTreatAsEsm: ['.ts'], coverageThreshold: { global: { - branches: 14.27, - functions: 15.55, - lines: 42.6, - statements: 43.2, + branches: 15, + functions: 18.22, + lines: 43.7, + statements: 44.42, }, }, watchPathIgnorePatterns: [ From 940bfc52a99e728d05263173b6556f1938633396 Mon Sep 17 00:00:00 2001 From: Brian Pilati Date: Wed, 17 Sep 2025 12:06:41 -0500 Subject: [PATCH 2/2] chore(jest): updates to the jest file --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 0127c65a8..90d318060 100644 --- a/jest.config.js +++ b/jest.config.js @@ -45,7 +45,7 @@ module.exports = { global: { branches: 15, functions: 18.22, - lines: 43.7, + lines: 43.77, statements: 44.42, }, },