test: update tests
This commit is contained in:
@@ -11,7 +11,7 @@ describe('Carousels.vue', () => {
|
||||
})
|
||||
it('is Carousels', () => {
|
||||
const wrapper = shallowMount(Carousels)
|
||||
expect(wrapper.is(Carousels)).toBe(true)
|
||||
expect(wrapper.findComponent(Carousels)).toBeTruthy()
|
||||
})
|
||||
test('renders correctly', () => {
|
||||
const wrapper = mount(Carousels)
|
||||
|
||||
Reference in New Issue
Block a user