Switch forEach loop to for of syntax
[poolifier.git] / .nycrc.json
index 0d2fa013f13802b440b829ab857f254b920eace5..b0b63f7827f3e2c9a4097a8978cec1d6b6d30b52 100644 (file)
@@ -1,7 +1,7 @@
 {
   "check-coverage": true,
-  "lines": 90,
+  "lines": 92,
   "statements": 90,
-  "functions": 89,
+  "functions": 90,
   "branches": 85
 }