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