This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
ant-design
Watch
1
Star
0
Fork
0
You've already forked ant-design
mirror of
https://github.com/ant-design/ant-design.git
synced
2024-12-12 07:09:55 +08:00
Code
Issues
Actions
25
Packages
Projects
Releases
Wiki
Activity
31cbbce825
ant-design
/
components
/
icon
/
__tests__
/
demo.test.ts
6 lines
103 B
TypeScript
Raw
Normal View
History
Unescape
Escape
fix: <Icon component={HomeOutlined} /> align issue (#33709) * fix: <Icon component={HomeOutlined} /> align issue close #33703 * update snapshot
2022-01-13 20:32:09 +08:00
import
demoTest
from
'../../../tests/shared/demoTest'
;
chore: patch for missing rootClassName (#40217) * chore: init test * test: rootClassName inject * test: part of test * chore: patch qrcode rootCls * chore: part rootClassName * chore: part rootClassName * test: more test * test: more test * test: more test * chore: part rootClassName * chore: part rootClassName * chore: part rootClassName * test: more test * chore: part rootClassName * chore: part rootClassName * chore: part rootClassName * chore: part rootClassName * chore: part rootClassName * chore: part rootClassName * chore: part rootClassName * chore: part rootClassName * chore: part rootClassName * chore: part rootClassName * chore: part rootClassName * chore: part rootClassName * chore: part rootClassName * chore: part rootClassName * chore: part rootClassName * chore: part rootClassName * chore: part rootClassName * chore: part rootClassName * chore: part rootClassName * chore: part rootClassName * chore: part rootClassName * chore: fix lint * chore: fix lint * chore: ignore part of lint * test: update snapshot * test: fix test case * chore: fix node test * chore: adjust render logic * fix: test * test: update snapshot * test: update * refactor * chore: fix require module logic
2023-01-20 11:03:50 +08:00
demoTest
(
'icon'
,
{
testRootProps
:
false
,
}
)
;
Reference in New Issue
Copy Permalink