UNPKG

vuetify-wcag

Version:

VuetifyJS but then WCAG/A11Y compatible

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() }) })