浏览代码

Test jest html reporter (#3403)

* test

* Added jest coverage reporter html for Jenkins
Shalom Yerushalmy 7 年前
父节点
当前提交
b475679c4b
没有帐户链接到提交者的电子邮件
共有 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",