test: update tests and snapshots
This commit is contained in:
@@ -11,7 +11,7 @@ localVue.use(CoreuiVue)
|
||||
|
||||
describe('TheContainer.vue', () => {
|
||||
it('has a name', () => {
|
||||
expect(TheContainer.name).toMatch('full')
|
||||
expect(TheContainer.name).toBe('TheContainer')
|
||||
})
|
||||
test('renders correctly', () => {
|
||||
const wrapper = shallowMount(TheContainer, {
|
||||
|
||||
Reference in New Issue
Block a user