no message
Former-commit-id: faefc4c6e727523a2e3cfee920c7f6b2f0b059aa [formerly faefc4c6e727523a2e3cfee920c7f6b2f0b059aa [formerly faefc4c6e727523a2e3cfee920c7f6b2f0b059aa [formerly faefc4c6e727523a2e3cfee920c7f6b2f0b059aa [formerly bdde2f0b3e39efac98f19601130b7ad9277284ab [formerly bc029c9b4beffa1cbfb2cf770a095fd02ae76b62]]]]] Former-commit-id: b8e2d229a71661a8450363150629f205ad8a1fee Former-commit-id: 3c4084ff94884082ad4e7f9b620b0270285ac56b Former-commit-id: 2631c293b256421423f26b01acfe6fc7e7f81153 [formerly 04739fef9aea219063b7683b0f7396fb969c2275] Former-commit-id: 5306047eae9b783386d3090cdf9f9431d4b57deb Former-commit-id: 1d04632c22798a967256c7a5e6b5392f62c07e54 Former-commit-id: 437f55ac3308b54cf5e0c3ed0e8bf258fc4acb09 Former-commit-id: 340153cd8d7760323a6df93c9513f935b13d9440 Former-commit-id: c472df368e6f81c21531fd40f1fd09c440b337ac
This commit is contained in:
parent
6fa8327556
commit
59c5ffd751
|
|
@ -1,7 +1,7 @@
|
|||
import { mount } from '@vue/test-utils'
|
||||
import D2ContainerCardBs from '@/components/d2-container/components/d2-container-card-bs.vue'
|
||||
|
||||
describe('d2-container-card-bs.vue', () => {
|
||||
describe('d2-container-card-bs', () => {
|
||||
// 存在且是Vue组件实例
|
||||
it('is a vue instance', () => {
|
||||
const wrapper = mount(D2ContainerCardBs)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import { mount } from '@vue/test-utils'
|
||||
import D2ContainerCard from '@/components/d2-container/components/d2-container-card.vue'
|
||||
|
||||
describe('d2-container-card.vue', () => {
|
||||
describe('d2-container-card', () => {
|
||||
// 存在且是Vue组件实例
|
||||
it('is a vue instance', () => {
|
||||
const wrapper = mount(D2ContainerCard)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import { mount } from '@vue/test-utils'
|
||||
import D2ContainerFrame from '@/components/d2-container-frame/index.vue'
|
||||
|
||||
describe('d2-container-frame.vue', () => {
|
||||
describe('d2-container-frame', () => {
|
||||
// 存在且是Vue组件实例
|
||||
it('is a vue instance', () => {
|
||||
const wrapper = mount(D2ContainerFrame, {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import { mount } from '@vue/test-utils'
|
||||
import D2ContainerFullBs from '@/components/d2-container/components/d2-container-full-bs.vue'
|
||||
|
||||
describe('d2-container-full-bs.vue', () => {
|
||||
describe('d2-container-full-bs', () => {
|
||||
// 存在且是Vue组件实例
|
||||
it('is a vue instance', () => {
|
||||
const wrapper = mount(D2ContainerFullBs)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import { mount } from '@vue/test-utils'
|
||||
import D2ContainerFull from '@/components/d2-container/components/d2-container-full.vue'
|
||||
|
||||
describe('d2-container-full.vue', () => {
|
||||
describe('d2-container-full', () => {
|
||||
// 存在且是Vue组件实例
|
||||
it('is a vue instance', () => {
|
||||
const wrapper = mount(D2ContainerFull)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import { mount } from '@vue/test-utils'
|
||||
import D2ContainerGhostBs from '@/components/d2-container/components/d2-container-ghost-bs.vue'
|
||||
|
||||
describe('d2-container-ghost-bs.vue', () => {
|
||||
describe('d2-container-ghost-bs', () => {
|
||||
// 存在且是Vue组件实例
|
||||
it('is a vue instance', () => {
|
||||
const wrapper = mount(D2ContainerGhostBs, {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import { mount } from '@vue/test-utils'
|
||||
import D2ContainerGhost from '@/components/d2-container/components/d2-container-ghost.vue'
|
||||
|
||||
describe('d2-container-ghost.vue', () => {
|
||||
describe('d2-container-ghost', () => {
|
||||
// 存在且是Vue组件实例
|
||||
it('is a vue instance', () => {
|
||||
const wrapper = mount(D2ContainerGhost)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import { mount } from '@vue/test-utils'
|
||||
import D2CountUp from '@/components/d2-count-up/index.vue'
|
||||
|
||||
describe('d2-count-up.vue', () => {
|
||||
describe('d2-count-up', () => {
|
||||
// 存在且是Vue组件实例
|
||||
it('is a vue instance', () => {
|
||||
const wrapper = mount(D2CountUp, {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import { mount, createLocalVue } from '@vue/test-utils'
|
|||
import D2IconSelect from '@/components/d2-icon-select/index.vue'
|
||||
import ElementUI from 'element-ui'
|
||||
|
||||
describe('d2-icon-select.vue', () => {
|
||||
describe('d2-icon-select', () => {
|
||||
const localVue = createLocalVue()
|
||||
localVue.use(ElementUI)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import { mount } from '@vue/test-utils'
|
||||
import D2IconSvg from '@/components/d2-icon-svg/index.vue'
|
||||
|
||||
describe('d2-icon-svg.vue', () => {
|
||||
describe('d2-icon-svg', () => {
|
||||
// 存在且是Vue组件实例
|
||||
it('is a vue instance', () => {
|
||||
const wrapper = mount(D2IconSvg, {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import { mount } from '@vue/test-utils'
|
||||
import D2Icon from '@/components/d2-icon/index.vue'
|
||||
|
||||
describe('d2-icon.vue', () => {
|
||||
describe('d2-icon', () => {
|
||||
// 存在且是Vue组件实例
|
||||
it('is a vue instance', () => {
|
||||
const wrapper = mount(D2Icon)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import { mount, createLocalVue } from '@vue/test-utils'
|
||||
import D2Source from '@/components/d2-container/components/d2-source.vue'
|
||||
|
||||
describe('d2-source.vue', () => {
|
||||
describe('d2-source', () => {
|
||||
// 存在且是Vue组件实例
|
||||
it('is a vue instance', () => {
|
||||
const wrapper = mount(D2Source, {
|
||||
|
|
|
|||
Loading…
Reference in New Issue