mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
Remove only...
This commit is contained in:
parent
fb278395f3
commit
675e037e7a
@ -61,7 +61,7 @@ describe('Menu', () => {
|
||||
expect(wrapper.find('.ant-menu-sub').at(0).hasClass('ant-menu-hidden')).not.toBe(true);
|
||||
});
|
||||
|
||||
it.only('should accept openKeys in mode inline', () => {
|
||||
it('should accept openKeys in mode inline', () => {
|
||||
const wrapper = mount(
|
||||
<Menu openKeys={['1']} mode="inline" openAnimation="">
|
||||
<SubMenu key="1" title="submenu1">
|
||||
|
Loading…
Reference in New Issue
Block a user