UNPKG

buefy

Version:

Lightweight UI components for Vue.js based on Bulma

12 lines (9 loc) 364 B
import { shallowMount } from '@vue/test-utils' import BTableMobileSort from '@components/table/TableMobileSort' describe('BTableMobileSort', () => { it('is called', () => { const wrapper = shallowMount(BTableMobileSort) expect(wrapper.name()).toBe('BTableMobileSort') expect(wrapper.isVueInstance()).toBeTruthy() }) })