Change jest treshold

master
Hasan Genc 4 years ago
parent d746248de3
commit 3b933ef51d
  1. 8
      jest.config.js

@ -4,10 +4,10 @@ module.exports = {
collectCoverageFrom: ['src/**/*.{ts,tsx}'],
coverageThreshold: {
global: {
branches: 100,
functions: 100,
lines: 100,
statements: 100,
branches: 93,
functions: 99,
lines: 99,
statements: 99,
},
},
coveragePathIgnorePatterns: ['<rootDir>/src/components/scrolling-carousel'],

Loading…
Cancel
Save