"testResultsProcessor": "./node_modules/jest-html-reporter",
"reporters": [
"default",
["./node_modules/jest-html-reporter", {
"pageTitle": "Test Report",
‘outputPath‘:‘testReport/JesttestReport.html‘
}]
],
原文:https://www.cnblogs.com/wanliangwl/p/15091623.html