Skip to content

Commit 85ba534

Browse files
committed
require 100% function coverage
1 parent ff92395 commit 85ba534

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
],
4242
"coverageThreshold": {
4343
"global": {
44-
"lines": 100
44+
"lines": 100,
45+
"functions": 100
4546
}
4647
}
4748
},

0 commit comments

Comments
 (0)