소스 검색

Put coverage back to 100

Shalom Yerushalmy 6 년 전
부모
커밋
00211ea5f1
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4
    4
      package.json

+ 4
- 4
package.json 파일 보기

@@ -107,10 +107,10 @@
107 107
     "resetModules": true,
108 108
     "coverageThreshold": {
109 109
       "global": {
110
-        "branches": 99.5,
111
-        "functions": 99.5,
112
-        "lines": 99.5,
113
-        "statements": 99.5
110
+        "branches": 100,
111
+        "functions": 100,
112
+        "lines": 100,
113
+        "statements": 100
114 114
       }
115 115
     }
116 116
   },