about summary refs log tree commit diff
path: root/test/Logo.spec.js
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2019-08-30 10:36:23 +0200
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2019-08-30 10:36:23 +0200
commit021b6e975f6a263b96074502cabe4baf0eb6f875 (patch)
tree0ebe5c4ac8c8bf4817845df632b1fcbe1746e5a3 /test/Logo.spec.js
parent4f0d4d224e2d77a257e90d64d17d7218011f8613 (diff)
downloadpuszcza-021b6e975f6a263b96074502cabe4baf0eb6f875.tar.gz
puszcza-021b6e975f6a263b96074502cabe4baf0eb6f875.zip
Add testing
Diffstat (limited to 'test/Logo.spec.js')
-rw-r--r--test/Logo.spec.js9
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()
-  })
-})