Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit 890261d

Browse files
tests: lowering required coverage threshold
install.js doesn't have accurate test coverage due to Jest limitations. See #28
1 parent e3fb3b3 commit 890261d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@
107107
"global": {
108108
"branches": 0,
109109
"functions": 20,
110-
"lines": 9.1,
111-
"statements": 9.3
110+
"lines": 9,
111+
"statements": 9.2
112112
}
113113
},
114114
"testPathIgnorePatterns": [

0 commit comments

Comments
 (0)