From 8fa4faca2d24e8709b2dae8f8b985a971fdeca1e Mon Sep 17 00:00:00 2001 From: Siarhei Iukou Date: Fri, 3 May 2024 11:56:13 +0300 Subject: [PATCH] EPMRPP-90697 || fix build --- app/jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/jest.config.js b/app/jest.config.js index d3a17e9da8..f30fcea7c7 100644 --- a/app/jest.config.js +++ b/app/jest.config.js @@ -40,7 +40,7 @@ module.exports = { global: { branches: 60, functions: 60, - lines: 60, + lines: 59, statements: 60, }, },