Skip to content

Commit

Permalink
feat:format code
Browse files Browse the repository at this point in the history
Co-authored-by: afc163 <afc163@gmail.com>
  • Loading branch information
coderz-w and afc163 authored Jun 20, 2024
1 parent b7ae918 commit 7f3950f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/SubMenu.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,9 @@ describe('SubMenu', () => {
).textContent;
expect(childText).toEqual('submenu');
});
it("The submenu item with key '' must not persistently remain active.", () => {

// https://github.com/ant-design/ant-design/issues/49106
it('The submenu item with key '' must not persistently remain active', () => {
const { container } = render(
<Menu
mode="horizontal"
Expand Down

0 comments on commit 7f3950f

Please sign in to comment.