当我执行npm test --code-coverage时,测试实际上会运行,但不会生成覆盖报告。有什么想法吗?
npm test --code-coverage
发布于 2019-11-14 10:54:53
尝试npm run test --code--coverage并检查结果。如果能用,请告诉我。
npm run test --code--coverage
https://stackoverflow.com/questions/58854916
相似问题