UNPKG

@gitlab/ui

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