Skip to content

Commit 9a798f4

Browse files
committed
chore(): Removing the coverage threshold
1 parent 0b3aad9 commit 9a798f4

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

jest.config.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ module.exports = {
4242
'.+\\.(css|scss|png|jpg|svg)$': 'jest-transform-stub',
4343
'^.+\\.(js|jsx|ts|tsx)$': 'ts-jest',
4444
},
45-
coverageThreshold: {
46-
global: {
47-
branches: 50,
48-
functions: 70,
49-
lines: 70,
50-
statements: -70,
51-
},
52-
},
45+
// coverageThreshold: {
46+
// global: {
47+
// branches: 50,
48+
// functions: 70,
49+
// lines: 70,
50+
// statements: -70,
51+
// },
52+
// },
5353
};

0 commit comments

Comments
 (0)