summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-12-08 10:22:10 +0000
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-12-08 17:48:12 +0100
commit213a1fc421da26a9d3852721aaf1cd3fbdc7b162 (patch)
tree3c036c4d500cc40c3eb2bbbf89943e15f6a5d24f /tests
parent544cc04f1608e8c0555cde50dbccd6e0e964589b (diff)
Bump eslint-config-nextcloud from 0.0.6 to 0.1.0
Bumps [eslint-config-nextcloud](https://github.com/nextcloud/eslint-config-nextcloud) from 0.0.6 to 0.1.0. - [Release notes](https://github.com/nextcloud/eslint-config-nextcloud/releases) - [Commits](https://github.com/nextcloud/eslint-config-nextcloud/compare/v0.0.6...v0.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/setup.js2
-rw-r--r--tests/unit/specs/Contacts.spec.js7
2 files changed, 1 insertions, 8 deletions
diff --git a/tests/setup.js b/tests/setup.js
index 46dc39be..ef86d905 100644
--- a/tests/setup.js
+++ b/tests/setup.js
@@ -30,7 +30,7 @@ global.expect = require('chai').expect
window.Date = Date
global.OC = {
- getLocale: () => 'en'
+ getLocale: () => 'en',
}
global.t = (app, text) => text
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')
-// })
-// })