Skip to content

Commit d03d8be

Browse files
Copilotliweijie0812
andcommitted
chore: update test case comment to follow repository conventions (Chinese)
Co-authored-by: liweijie0812 <10710889+liweijie0812@users.noreply.github.com>
1 parent e7c5600 commit d03d8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/dropdown/__tests__/dropdown-menu.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ describe('DropdownMenu', () => {
181181
});
182182

183183
it('renders empty menu when no options', () => {
184-
// With the fix, DropdownMenu should not crash when there are no options
184+
// 修复后,DropdownMenu 在没有选项时不会崩溃
185185
const wrapper = mount(DropdownMenu, {
186186
props: {
187187
options: [],

0 commit comments

Comments
 (0)