-
Notifications
You must be signed in to change notification settings - Fork 96
test(count-down): add count-down test (#697) #781
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit: |
Contributor
novlan1
approved these changes
Sep 11, 2025
anlyyao
added a commit
that referenced
this pull request
Sep 22, 2025
* chore: update group code path (#759) * Update image source for user group QR code * Fix image source for user group in README Updated image source for user group in README. * test(layout): optimized the unit tests for the layout component (#749) * test(divider): merged test cases for the divider component and optimized Merged the original two test files into one, removed duplicates, and optimized the format. fix #697 * test(divider): standardize divider test cases standardize Divider test cases fix #697 * test(divider): removed some unnecessary snapshots - Align, layout, dashed assertions: no snapshot storage (verify CSS classes). fix #697 * test(layout): optimized the unit tests for the layout component - Merged multiple test files and optimized the test cases fix #697 * fix(steps): inconsistent rendering between string and number when the props of 'current' is a string (#761) - Character conversion when the props of 'current' is a string * test(drawer): add unit test (#767) * test(drawer): add unit test * chore: update snapshot * fix: fix cr --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: anlyyao <anly_yaw@163.com> * test(steps): optimized the unit tests for the steps component (#765) - Merged duplicate test cases and added supplementary ones, achieving 100% coverage. fix #697 * test(component): add test case of stepper (#763) * test(component): add test case of stepper * fix: fix cr --------- Co-authored-by: anlyyao <anly_yaw@163.com> * test(pull-down-refresh): add pull-down-refresh test (#774) * test(pull-down-refresh): add pull-down-refresh test * test(pull-down-refresh): improve coverage * test(pull-down-refresh): improve code and add coverage * test(pull-down-refresh): improve hooks test * test(pull-down-refresh): improve test coverage * fix(PullDownRefresh): fix change event always being triggered twice * chore: update demo --------- Co-authored-by: anlyyao <anly_yaw@163.com> * test(DropdownMenu): add test (#762) * test(DropdownMenu): add test * test: refactor code structure for improved readability and maintainability * chore: update snapshot * test(DropdownMenu): enhance tests for custom options and rendering behavior * test(DropdownItem): add comprehensive tests for DropdownItem component functionality * test: improve test coverage for dropdownMenu * test(dropdown-menu): add clickaway behavior tests for DropdownItem and enhance existing tests * test: update dropdownMenu test coverage to 100% * test: remove snapshot tests for DropdownItem and DropdownMenu * test(dropdown-item): simplify style check by asserting style attribute is null * test(dropdown-item): simplify style check by removing unnecessary null check --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * 更新`Image`组件示例对齐 (#769) * fix(image): update Image component examples * fix(image): update unit test * chore: formatting unit test files * chore: update demo --------- Co-authored-by: anlyyao <anly_yaw@163.com> * test(table): add table test (#751) * test: (table): add table test * test: add table test case * test(cell): add cell test (#737) * test(cell): add cell test * chore: formatting unit test files --------- Co-authored-by: anlyyao <anly_yaw@163.com> * test(Qrcode): add qrcode's unit test (#731) * test(Qrcode): add qrcode's unit test * fix: resolve conflicts --------- Co-authored-by: anlyyao <anly_yaw@163.com> * feat(test): 新增 Rate 相关组件测试,优化提示框逻辑与安全访问 (#754) * feat(test): 新增 Rate 相关组件测试,优化提示框逻辑与安全访问 * test: 移除 Rate 组件拖拽时 Tips 显示值测试用例 * refactor: 重构测试用例分组,新增提示隐藏延迟常量 --------- Co-authored-by: lockiechen <290015551@qq.com> * test(count-down): add count-down test (#697) (#781) * test(count-down): add count-down test (#697) * test(CountDown): 修复报错信息 (#697) * test: update test case name --------- Co-authored-by: novlan1 <1576271227@qq.com> * feat(Message): add unit test and fix problems (#779) * feat(Message): add unit test and fix problems * chore: test * feat(message): support object type of link * test(message): 提升覆盖率 * test: 提升覆盖率 --------- Co-authored-by: novlan1 <1576271227@qq.com> * feat(icon): upgrade icon 0.6.x (#785) * feat(icon): upgrade icon 0.4.x * chore: update snapshot * fix(site): repair document rendering failed * feat(Icon): update demo --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: anlyyao <anly_yaw@163.com> --------- Co-authored-by: liweijie0812 <674416404@qq.com> Co-authored-by: PiePie <45820630+ImaginingMaker@users.noreply.github.com> Co-authored-by: Cyrios <995055954@qq.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: xliudaxia <xliudaxia@users.noreply.github.com> Co-authored-by: JustGenius-s <53108645+JustGenius-s@users.noreply.github.com> Co-authored-by: 阿菜 Cai <jimmyrss1102@gmail.com> Co-authored-by: Yunqi Bai <byq1213@qq.com> Co-authored-by: Boomkaa <48501916+Boomkaa@users.noreply.github.com> Co-authored-by: Saraph1nes <52569690+Saraph1nes@users.noreply.github.com> Co-authored-by: Lime_omie <128479982+MeoRinLime@users.noreply.github.com> Co-authored-by: lockiechen <33082528+lockiechen@users.noreply.github.com> Co-authored-by: lockiechen <290015551@qq.com> Co-authored-by: SinzoL <113221060+SinzoL@users.noreply.github.com> Co-authored-by: novlan1 <1576271227@qq.com> Co-authored-by: julian <42023571+vancece@users.noreply.github.com>
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

🤔 这个 PR 的性质是?
🔗 相关 Issue
#697
💡 需求背景和解决方案
背景:为count-down组件增加测试样例,同时解决遇到的BUG
解决的问题:
📝 更新日志
组件外观无变化。
☑️ 请求合并前的自查清单