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