diff options
Diffstat (limited to 'test/Logo.spec.js')
-rw-r--r-- | test/Logo.spec.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/Logo.spec.js b/test/Logo.spec.js deleted file mode 100644 index 1628640..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() - }) -}) |