Procházet zdrojové kódy

Test jest html reporter (#3403)

* test

* Added jest coverage reporter html for Jenkins
Shalom Yerushalmy před 6 roky
rodič
revize
b475679c4b
No account linked to committer's email address
1 změnil soubory, kde provedl 7 přidání a 1 odebrání
  1. 7
    1
      package.json

+ 7
- 1
package.json Zobrazit soubor

@@ -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",