summaryrefslogtreecommitdiffstats
path: root/tests/unit/specs/Contacts.spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/specs/Contacts.spec.js')
-rw-r--r--tests/unit/specs/Contacts.spec.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/unit/specs/Contacts.spec.js b/tests/unit/specs/Contacts.spec.js
index 99eb607a..f044d797 100644
--- a/tests/unit/specs/Contacts.spec.js
+++ b/tests/unit/specs/Contacts.spec.js
@@ -23,10 +23,3 @@
// eslint-disable-next-line node/no-unpublished-import
// import { mount } from '@vue/test-utils'
// import Contacts from '../../../src/views/Contacts.vue'
-
-// describe('Contacts.vue', () => {
-// it('Test contacts view', () => {
-// const wrapper = mount(Contacts)
-// expect(wrapper.text()).toContain('Test')
-// })
-// })