瀏覽代碼

Test jest html reporter (#3403)

* test

* Added jest coverage reporter html for Jenkins
Shalom Yerushalmy 6 年之前
父節點
當前提交
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",