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 7f3950f commit 1f22a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/SubMenu.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ describe('SubMenu', () => {
]}
/>,
);
expect(container.querySelector('.rc-menu-submenu-active')).toBeFalsy()
expect(container.querySelector('.rc-menu-submenu-active')).toBeFalsy();
});

describe('openSubMenuOnMouseEnter and closeSubMenuOnMouseLeave are true', () => {
Expand Down

0 comments on commit 1f22a69

Please sign in to comment.