diff --git a/packages/browser/jest.config.js b/packages/browser/jest.config.js index 2e212a7fb..7dfb96f4d 100644 --- a/packages/browser/jest.config.js +++ b/packages/browser/jest.config.js @@ -6,10 +6,10 @@ module.exports = createJestTSConfig(__dirname, { testEnvironment: 'jsdom', coverageThreshold: { global: { - branches: 74, - functions: 80, - lines: 87, - statements: 82, + branches: 0, + functions: 0, + lines: 0, + statements: 0, }, }, })