From 44abb41ba8c6d9f50bc67fd9b048573b5f4855a7 Mon Sep 17 00:00:00 2001 From: Jiexi Luan Date: Tue, 28 Jan 2025 12:58:11 -0800 Subject: [PATCH] jest thresholds --- jest.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jest.config.js b/jest.config.js index ee9cc90a..683ea221 100644 --- a/jest.config.js +++ b/jest.config.js @@ -45,10 +45,10 @@ const baseConfig = { // An object that configures minimum threshold enforcement for coverage results coverageThreshold: { global: { - branches: 67.98, + branches: 68.23, functions: 68.69, - lines: 68.62, - statements: 68.65, + lines: 68.68, + statements: 68.71, }, },