chore: 3.0.0-beta.3 release: update descriptions, tests, dependencies
This commit is contained in:
@@ -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()
|
||||
})
|
||||
})
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user