UNPKG

@gitlab/ui

Version:
10 lines (8 loc) 278 B
import { shallowMount } from '@vue/test-utils'; import GlDropdownForm from './dropdown_form.vue'; describe('GlDropdownForm', () => { it('renders main components', () => { const wrapper = shallowMount(GlDropdownForm); expect(wrapper).toBeInstanceOf(Object); }); });