如何用 jest 配置 ESLint-HTML reporter?
How to configure ESLint-HTML reporter with jest?
我想用 package.json 开玩笑地配置 ESLint-HTML 记者,在 ESLint 的网站或 jest.So 上什么都没有,我无法 运行 通过 CMD 传递笑话的脚本。
谢谢
通过使用这个:我试过了,它对我有用
"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"
}
我想用 package.json 开玩笑地配置 ESLint-HTML 记者,在 ESLint 的网站或 jest.So 上什么都没有,我无法 运行 通过 CMD 传递笑话的脚本。
谢谢
通过使用这个:我试过了,它对我有用
"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"
}