aboutsummaryrefslogtreecommitdiff
path: root/test/unit/specs/components
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2019-04-28 20:46:01 +0300
committerHenry Jameson <me@hjkos.com>2019-04-28 20:46:01 +0300
commit3e685149816d3b0bd7a8a25030ed448d1b51bbb5 (patch)
tree9970d8e5f2b2141dfabb1378d0849ffe4fb9288b /test/unit/specs/components
parent75bc508faea138d152e38888bb4a7707d07ec0ef (diff)
fix tests
Diffstat (limited to 'test/unit/specs/components')
-rw-r--r--test/unit/specs/components/user_profile.spec.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unit/specs/components/user_profile.spec.js b/test/unit/specs/components/user_profile.spec.js
index 847481f3..6de9491a 100644
--- a/test/unit/specs/components/user_profile.spec.js
+++ b/test/unit/specs/components/user_profile.spec.js
@@ -39,6 +39,7 @@ const externalProfileStore = new Vuex.Store({
getters: testGetters,
state: {
api: {
+ fetchers: {},
backendInteractor: backendInteractorService('')
},
interface: {
@@ -106,6 +107,7 @@ const localProfileStore = new Vuex.Store({
getters: testGetters,
state: {
api: {
+ fetchers: {},
backendInteractor: backendInteractorService('')
},
interface: {