UNPKG

datocms-plugin-better-links

Version:

A plugin that allows you see multiple fields when selecting a Links field type.

14 lines (10 loc) 312 B
import { shallowMount, config } from '@vue/test-utils' import graphqlMock from '~/mocks/graphql' import Selecty from './' describe('Selecty', () => { test('Rendering successfully', () => { const wrapper = shallowMount(Selecty) const html = wrapper.html() expect(html).toMatch('Selecty') }) })