about summary refs log tree commit diff
path: root/tests/pages/index.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pages/index.test.js')
-rw-r--r--tests/pages/index.test.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/pages/index.test.js b/tests/pages/index.test.js
deleted file mode 100644
index 1e262b3..0000000
--- a/tests/pages/index.test.js
+++ /dev/null
@@ -1,11 +0,0 @@
-import { shallowMount } from '@vue/test-utils'
-import index from '../../pages/index'
-
-describe('index', () => {
-  // Now mount the component and you have the wrapper
-  const wrapper = shallowMount(index)
-
-  it('match snapshot', () => {
-    expect(wrapper.element).toMatchSnapshot()
-  })
-})