Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们决定在现有项目中添加 Emotion,我们有一个规则,我们需要对所有组件进行 90% 的测试覆盖率。
但是当我们使用 @emotion/styled 创建一些组件时,我们发现这会影响我们的覆盖范围,因为现在我们已经发现了样式组件中的返回语句:
有没有办法在不检查和列出所有 CSS 属性的情况下为这些 @emotion/styled 组件正确添加测试?