From ff19819decfbfe2dbb0a07e3a5a4be869199fe13 Mon Sep 17 00:00:00 2001 From: black5box Date: Tue, 18 Nov 2025 18:26:50 +0800 Subject: [PATCH] chore: fix typo in jest.config.js Signed-off-by: black5box --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 860358cd..ad101556 100644 --- a/jest.config.js +++ b/jest.config.js @@ -4,7 +4,7 @@ module.exports = Object.assign(jestConfig, { coverageThreshold: { ...jestConfig.coverageThreshold, // Full coverage across the build matrix (React 18, 19) but not in a single job - // Ful coverage is checked via codecov + // Full coverage is checked via codecov './src/act-compat': { branches: 90, },