From c269bbbaf913aed4dc30296a261bf16dbe3c3b28 Mon Sep 17 00:00:00 2001 From: David de Boer Date: Mon, 4 Nov 2024 14:19:17 +0100 Subject: [PATCH] test: Fix code coverage on Node 22 --- jest.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jest.config.js b/jest.config.js index 2af3c384..3c401216 100644 --- a/jest.config.js +++ b/jest.config.js @@ -12,8 +12,8 @@ export default { global: { lines: 91.39, statements: 91.39, - branches: 95.46, - functions: 92.62, + branches: 92.62, + functions: 90.9, }, }, transform: {