import { mount } from '@vue/test-utils'; import Collapse from '..'; describe('Collapse', () => { it('should support remove expandIcon', () => { const wrapper = mount({ render() { return ( null}> ); }, }); expect(wrapper.html()).toMatchSnapshot(); }); });