diff --git a/test/Logo.spec.js b/test/Logo.spec.js deleted file mode 100644 index 07bc478..0000000 --- a/test/Logo.spec.js +++ /dev/null @@ -1,9 +0,0 @@ -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.isVueInstance()).toBeTruthy(); - }); -});