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