Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2019-11-20 23:03:53 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2019-11-20 23:03:53 +0300
commitbd8e4a5ce59ca26ff6041d72e9f9275537cef967 (patch)
tree7c69103c228de50bd7b10f6396b4eda3f9a7ea78 /tests
parent442f43d7e0f46950c196ff697b712c0ffb5ed406 (diff)
Move router to appropriate place
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/javascript/unit/components/TheCollections/General.spec.js2
-rw-r--r--tests/javascript/unit/components/TheCollections/Week.spec.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/javascript/unit/components/TheCollections/General.spec.js b/tests/javascript/unit/components/TheCollections/General.spec.js
index c3f0a2c9..d39820ca 100644
--- a/tests/javascript/unit/components/TheCollections/General.spec.js
+++ b/tests/javascript/unit/components/TheCollections/General.spec.js
@@ -1,6 +1,6 @@
import { mount } from '@vue/test-utils'
import General from '../../../../../src/components/TheCollections/General'
-import router from '../../../../../src/components/TheRouter'
+import router from '../../../../../src/router'
import { store, localVue } from '../../setupStore'
diff --git a/tests/javascript/unit/components/TheCollections/Week.spec.js b/tests/javascript/unit/components/TheCollections/Week.spec.js
index c8b11892..026dc4fa 100644
--- a/tests/javascript/unit/components/TheCollections/Week.spec.js
+++ b/tests/javascript/unit/components/TheCollections/Week.spec.js
@@ -1,6 +1,6 @@
import { mount } from '@vue/test-utils'
import Week from '../../../../../src/components/TheCollections/Week'
-import router from '../../../../../src/components/TheRouter'
+import router from '../../../../../src/router'
import { store, localVue } from '../../setupStore'