Skip to content

Commit 1ea31a3

Browse files
author
Kent C. Dodds
committed
fix coverage numbers
1 parent 6eb84a2 commit 1ea31a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
coverageThreshold: {
55
global: {
66
statements: 13,
7-
branches: 10,
7+
branches: 5,
88
functions: 17,
99
lines: 13,
1010
},

0 commit comments

Comments
 (0)