Skip to content

Commit 6eb84a2

Browse files
author
Kent C. Dodds
committed
fix thresholds
1 parent eabc9ab commit 6eb84a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jest.config.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ module.exports = {
33
collectCoverageFrom: ['**/src/**/*.js'],
44
coverageThreshold: {
55
global: {
6-
statements: 17,
7-
branches: 4,
8-
functions: 20,
9-
lines: 17,
6+
statements: 13,
7+
branches: 10,
8+
functions: 17,
9+
lines: 13,
1010
},
1111
'./src/shared/utils.js': {
1212
statements: 100,

0 commit comments

Comments
 (0)