From 58d87ef2dcbb77423372f49367708e89fbab0f38 Mon Sep 17 00:00:00 2001 From: lissavxo Date: Wed, 22 May 2024 00:40:21 -0300 Subject: [PATCH] test: remove coverageThreshold --- react/jest.config.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/react/jest.config.js b/react/jest.config.js index a89bbd06..ae737751 100644 --- a/react/jest.config.js +++ b/react/jest.config.js @@ -12,11 +12,6 @@ module.exports = { "lib/tests", "lib/assets" ], - coverageThreshold: { - "global": { - "lines": 80 - } - }, transformIgnorePatterns: [ 'node_modules/(?!(@babylonjs/core|@babylonjs/loaders)).+.[t|j]sx?$', ],