UNPKG

vuetify

Version:

Vue Material Component Framework

11 lines (8 loc) 240 B
import VTimeline from '../VTimeline' import { mount } from '@vue/test-utils' describe('VTimeline.ts', () => { it('should match snapshot', () => { const wrapper = mount(VTimeline) expect(wrapper.html()).toMatchSnapshot() }) })