import { mount } from '../../../test/utils'; import Steps from '..'; import Step from '../../step'; test('icon slot', () => { const wrapper = mount({ template: ` A B C `, components: { Steps, Step } }); expect(wrapper).toMatchSnapshot(); });