Selaa lähdekoodia

Test jest html reporter (#3403)

* test

* Added jest coverage reporter html for Jenkins
Shalom Yerushalmy 6 vuotta sitten
vanhempi
commit
b475679c4b
No account linked to committer's email address
1 muutettua tiedostoa jossa 7 lisäystä ja 1 poistoa
  1. 7
    1
      package.json

+ 7
- 1
package.json Näytä tiedosto

@@ -114,7 +114,13 @@
114 114
         "lines": 100,
115 115
         "statements": 100
116 116
       }
117
-    }
117
+    },
118
+    "coverageReporters": [
119
+      "json",
120
+      "lcov",
121
+      "text",
122
+      "html"
123
+    ]
118 124
   },
119 125
   "detox": {
120 126
     "test-runner": "jest",