✨ feat: support antd v6 cssVar #773
Annotations
2 errors
|
test
Process completed with exit code 1.
|
|
tests/functions/createInstance.test.tsx > createInstance > 自定义 prefixCls 时,会采用 instance 的 prefixCls 而不是 CP 的prefixCls:
tests/functions/createInstance.test.tsx#L72
Error: Snapshot `createInstance > 自定义 prefixCls 时,会采用 instance 的 prefixCls 而不是 CP 的prefixCls 1` mismatched
- Expected
+ Received
@@ -1,8 +1,8 @@
.emotion-0.test-btn {
background: lightsteelblue;
- border: none none;
+ border: none;
color: royalblue;
}
.emotion-0 .cpicon {
color: darkblue;
❯ tests/functions/createInstance.test.tsx:72:34
|