Skip to content

Commit 3423973

Browse files
committed
test: set final threshold for node-utils
1 parent 1dd113a commit 3423973

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jest.config.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ module.exports = {
1111
lines: 100,
1212
statements: 100,
1313
},
14-
// TODO drop this custom threshold after v4
1514
'./lib/node-utils.ts': {
16-
branches: 85,
15+
branches: 90,
1716
functions: 90,
1817
lines: 90,
1918
statements: 90,

0 commit comments

Comments
 (0)