From 3591713126b945e0a83ec8554545b92beceb7182 Mon Sep 17 00:00:00 2001 From: hmalik88 Date: Mon, 22 Aug 2022 20:17:05 -0400 Subject: [PATCH] updated jest config again --- packages/execution-environments/jest.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/execution-environments/jest.config.js b/packages/execution-environments/jest.config.js index 3344b4d493..dc409b6da8 100644 --- a/packages/execution-environments/jest.config.js +++ b/packages/execution-environments/jest.config.js @@ -6,10 +6,10 @@ module.exports = { coverageReporters: ['clover', 'json', 'lcov', 'text', 'json-summary'], coverageThreshold: { global: { - branches: 84.33, + branches: 85.09, functions: 92.91, - lines: 86.67, - statements: 86.88, + lines: 86.82, + statements: 87.03, }, }, moduleFileExtensions: ['js', 'json', 'jsx', 'ts', 'tsx', 'node'],