We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b3aad9 commit 9a798f4Copy full SHA for 9a798f4
1 file changed
jest.config.js
@@ -42,12 +42,12 @@ module.exports = {
42
'.+\\.(css|scss|png|jpg|svg)$': 'jest-transform-stub',
43
'^.+\\.(js|jsx|ts|tsx)$': 'ts-jest',
44
},
45
- coverageThreshold: {
46
- global: {
47
- branches: 50,
48
- functions: 70,
49
- lines: 70,
50
- statements: -70,
51
- },
52
+ // coverageThreshold: {
+ // global: {
+ // branches: 50,
+ // functions: 70,
+ // lines: 70,
+ // statements: -70,
+ // },
53
};
0 commit comments