10 lines
243 B
JavaScript
10 lines
243 B
JavaScript
// import { mount } from '@vue/test-utils'
|
|
// import Logo from '@/components/Logo.vue'
|
|
|
|
// describe('Logo', () => {
|
|
// test('is a Vue instance', () => {
|
|
// const wrapper = mount(Logo)
|
|
// expect(wrapper.vm).toBeTruthy()
|
|
// })
|
|
// })
|