-
Notifications
You must be signed in to change notification settings - Fork 353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
📌 组件测试覆盖率提升 #1418
Labels
Comments
认领 loading & timepicker |
64 tasks
认领 jumper |
认领 |
认领 dropdown |
认领 switch, tooltip 看到vue-next仓库有人领取 switch 组件了,不知道是否已经完成了? |
认领swiper |
没提交 PR,你可以看看一并搞了 |
16 tasks
认领 pagination |
认领collapse |
16 tasks
认领 Message, Tooltip, Popup |
Merged
16 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
说明
本仓库中组件代码有很多与 vue next 仓库公用,大部分测试用例代码也能复用,区别在于 vue next 已经改用 Vitest 编写用例,本仓库因为 @vitejs/plugin-vue2 只兼容到 vue 2.7.x 版本,还在使用 Jest 写用例。
因此建议认领的同学同时负责 vue2 与 vue next 两个仓库中对应组件的测试用例编写任务,如果你更熟悉 Jest 可以参照 官方迁移指南 来学习如何使用 Vitest。
issue
中评论领取的组件,建议也在 vue next 仓库对应 issue 中评论,防止其他同学重复投入组件
button
@chaishi [Button] add more unit tests and remove useless classNamet-size-m
#1977link
@chaishi [Link][Divider][AutoComplete] Add More Unit Test; Add some more features to AutoComplete #1983布局
grid
layout
divider
@chaishi [Link][Divider][AutoComplete] Add More Unit Test; Add some more features to AutoComplete #1983space
@chaishi [Test] add space unit tests; fix table attach type #2026导航
affix
anchor
breadcrumb
dropdown
@james-curtis test(Dropdown): add test for Dropdown #1516jumper
@HelKyle test(Jumper): add test for jumper #1511 -> rename as paginationMinimenu
pagination
@HelKyle test: add test for pagination #1522steps
timeline
@chaishi feat(timeline): tests & features & bugs #2138tabs
输入
auto-complete
@chaishi [Link][Divider][AutoComplete] Add More Unit Test; Add some more features to AutoComplete #1983cascader
checkbox
color-picker
date-picker
form
input
@chaishi Input Unit Tests; More AutoComplete Unit Test; fix some bugs #2041input-adornment
input-number
radio
@chaishi [Radio] RadioGroup support allowUncheck; add KeyboardEvent; add unit tests #2010select
select-input
@chaishi [Tag/TagInput/SelectInput/TreeSelect] tests & features & bugs #2096slider
switch
tag-input
@chaishi [Tag/TagInput/SelectInput/TreeSelect] tests & features & bugs #2096textarea
transfer
time-picker
@uyarn chore: add timepicker unit test #1756tree-select
@chaishi [Tag/TagInput/SelectInput/TreeSelect] tests & features & bugs #2096upload
@chaishi feat(upload): features & bugs & tests #2058数据展示
avatar
[Avatar] support avatar.imageProps; update documents; Add More Avatar Tests #2032badge
calendar
card
collapse
@isanxia test(collapse): add unit test for collapse and support content api #1536comment
image
@chaishi [Image] Fix loading/placeholder/error/overlayContent bugs; add unit tests fully #2043image-viewer
list
loading
@uyarnprogress
skeleton
swiper
table
@chaishi test(table): table tests #2068tag
@chaishi [Tag/TagInput/SelectInput/TreeSelect] tests & features & bugs #2096tooltip
tree
rate
watermark
消息提醒
alert
dialog
drawer
guide
@chaishi [Guide] test & features & bugs #2170message
notification
popconfirm
popup
common
tdesign-common 仓库下还有部分共享的组件代码,主要是 hooks 或 utils 方法,编写用例时也请附带完善这些代码的测试用例
The text was updated successfully, but these errors were encountered: