Skip to content

Commit ea9d4f9

Browse files
committed
chore: increase coverage threshold again
1 parent 2b4a770 commit ea9d4f9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

jest.config.js

-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
const { jest: jestConfig } = require('kcd-scripts/config')
2-
jestConfig.coverageThreshold = {
3-
global: {
4-
branches: 80,
5-
functions: 80,
6-
lines: 80,
7-
statements: 80
8-
}
9-
}
102
module.exports = Object.assign(jestConfig, {
113
setupFiles: ['<rootDir>/src/__tests__/utils/runForRenderers.ts']
124
})

0 commit comments

Comments
 (0)