ソースを参照

Test jest html reporter (#3403)

* test

* Added jest coverage reporter html for Jenkins
Shalom Yerushalmy 7 年 前
コミット
b475679c4b
No account linked to committer's email address
共有1 個のファイルを変更した7 個の追加1 個の削除を含む
  1. 7
    1
      package.json

+ 7
- 1
package.json ファイルの表示

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