0

我想用 jest 的 package.json 配置 ESLint-HTML 报告器,而在 ESlint 或 jest 的站点上什么都没有。所以,我无法通过 CMD 传递 jest 来运行脚本。

谢谢

4

1 回答 1

0

通过使用这个:我试过了,它对我有用

 "jest-stare": {
            "merge": "true",
            "resultDir": "results/jest-stare",
            "log": "true",
            "resultHtml": "main.html",
            "resultJson": "data.json",
            "jestStareConfigJson": "jest-stare-config.json",
            "coverageLink": "../../coverage/lcov-report/index.html"
        }
于 2019-02-01T06:34:13.863 回答