Skip to content

Commit 2632ac0

Browse files
committed
Relax jest coverage threshold for branches
We can't tell jest to ignore certain branches for coverage purposes because the hermes parser removes the necessary code comments. facebook/hermes#1098
1 parent d2e76bb commit 2632ac0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-strict-dom/tools/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
],
2121
coverageThreshold: {
2222
global: {
23-
branches: 89,
23+
branches: 85,
2424
functions: 90,
2525
lines: 95,
2626
statements: 95

0 commit comments

Comments
 (0)