This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
ant-design-vue
mirror of
https://github.com/vueComponent/ant-design-vue
Watch
1
Star
0
Fork
You've already forked ant-design-vue
0
Code
Issues
Projects
Releases
Wiki
Activity
8cbd2c0035
ant-design-vue
/
components
/
icon
/
__tests__
/
demo.test.js
4 lines
99 B
JavaScript
Raw
Normal View
History
Unescape
Escape
style: lint add semi and prettier
2019-01-12 03:33:27 +00:00
import
demoTest
from
'../../../tests/shared/demoTest'
;
test: update icon snapshots
2018-11-27 14:30:30 +00:00
style: lint add semi and prettier
2019-01-12 03:33:27 +00:00
demoTest
(
'icon'
,
{
skip
:
[
'custom.md'
]
}
)
;