UNPKG

hae

Version:

Mobile web UI based on Vux

16 lines (13 loc) 312 B
import Comp from './index.vue' import { mount } from 'vue-test-utils' import { expect } from 'chai' describe('Selector', () => { it('basic', () => { const wrapper = mount(Comp, { propsData: { options: [] } }) expect(wrapper.name()).to.equal('selector') }) })