You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A description of the problem, steps to reproduce, or with code samples, can be hosted on a GitHub repository with a link to the repository. (问题说明,重现步骤,或附上代码示例,可存放 GitHub 仓库并提供仓库链接。)
A description of the problem, steps to reproduce, or with code samples, can be hosted on a GitHub repository with a link to the repository. (问题说明,重现步骤,或附上代码示例,可存放 GitHub 仓库并提供仓库链接。)
环境
node 16.15.1
yarn 1.22.19
问题说明
想拉下来跑下单测,参考下组件的单测覆盖率情况,结果发现单测没有完全通过,并且覆盖率的数据并未如期出现
重现步骤
仓库拉下来后,main分支,安装依赖,根目录运行 yarn run init,进package/quarkd, yarn build。
参考了测试框架@open-wc/testing-karma的文档,在测试命令后加入--coverage
具体效果如下图所示:
The text was updated successfully, but these errors were encountered: