Skip to content

Commit 37305b4

Browse files
committed
Hopefully back to 100% Jest coverage
1 parent 0a93eb4 commit 37305b4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

jest.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ module.exports = {
33
coverageProvider: "v8",
44
coverageThreshold: {
55
global: {
6-
// Principally 100%, but coverage is reported inconsistently across
7-
// platforms, so we'll give it a little wiggle room here.
8-
branches: 99,
6+
branches: 100,
97
functions: 100,
108
lines: 100,
119
statements: 100,

0 commit comments

Comments
 (0)