Remove only...

This commit is contained in:
Wei Zhu 2017-03-28 17:16:15 +08:00
parent fb278395f3
commit 675e037e7a

View File

@ -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">