chore: 3.0.0-beta.3 release: update descriptions, tests, dependencies

This commit is contained in:
woothu
2019-12-11 16:59:26 +01:00
parent b564797ad9
commit 72f6c4e86f
11 changed files with 277 additions and 25835 deletions
+1 -5
View File
@@ -1,5 +1,5 @@
import Vue from 'vue'
import { shallowMount, mount } from '@vue/test-utils'
import { shallowMount } from '@vue/test-utils'
import CoreuiVue from '@coreui/vue'
import Brands from '@/views/icons/Brands'
@@ -17,8 +17,4 @@ describe('Brands.vue', () => {
const wrapper = shallowMount(Brands)
expect(wrapper.is(Brands)).toBe(true)
})
test('renders correctly', () => {
const wrapper = mount(Brands)
expect(wrapper.element).toMatchSnapshot()
})
})
@@ -17,8 +17,4 @@ describe('CoreUIIcons.vue', () => {
const wrapper = shallowMount(CoreUIIcons)
expect(wrapper.is(CoreUIIcons)).toBe(true)
})
test('renders correctly', () => {
const wrapper = shallowMount(CoreUIIcons)
expect(wrapper.element).toMatchSnapshot()
})
})
-4
View File
@@ -17,8 +17,4 @@ describe('Flags.vue', () => {
const wrapper = shallowMount(Flags)
expect(wrapper.is(Flags)).toBe(true)
})
test('renders correctly', () => {
const wrapper = shallowMount(Flags)
expect(wrapper.element).toMatchSnapshot()
})
})
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long