Browse Source

Put coverage back to 100

Shalom Yerushalmy 6 years ago
parent
commit
00211ea5f1
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      package.json

+ 4
- 4
package.json View File

107
     "resetModules": true,
107
     "resetModules": true,
108
     "coverageThreshold": {
108
     "coverageThreshold": {
109
       "global": {
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
   },