如何用jest配置ESLint-HTML报告器?

时间:2018-04-23 08:46:46

标签: windows npm jestjs eslint frisby.js

我想使用jest的package.json配置ESLint-HTML报告器,并且在ESlint的网站上或者在jest上没有任何内容。所以,我无法通过通过CMD传递jest来运行脚本。

感谢

1 个答案:

答案 0 :(得分: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"
        }