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
1177c336cb
ant-design-vue
/
components
/
tabs
/
__tests__
/
demo.test.js
4 lines
98 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: add snapshot
2018-05-15 01:52:44 +00:00
fix: remove mock transition when test env #4565
2022-07-06 10:21:16 +00:00
demoTest
(
'tabs'
,
{
skip
:
[
'position'
]
}
)
;