Files
webgems/test/Logo.spec.js
Abdalla Arbab d89701d48a 🎉 init commit
2020-08-28 10:45:50 +02:00

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()
// })
// })