aboutsummaryrefslogtreecommitdiff
path: root/test/unit/specs/components/user_profile.spec.js
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2019-05-20 18:09:14 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2019-05-20 18:09:14 +0000
commitb436e0dd12167719c0f918a27df3ab4f43113d4c (patch)
tree85639dcf134f8ec20d408f203532cc11eb6a3561 /test/unit/specs/components/user_profile.spec.js
parent5b8f5eddbf2d39ed8242255fd6188f1275561195 (diff)
parent15b3651a3070cffeadeca83255e2052f519d5db8 (diff)
Merge branch 'webpack-4-dart-sass' into 'develop'
Massive update for dependencies See merge request pleroma/pleroma-fe!734
Diffstat (limited to 'test/unit/specs/components/user_profile.spec.js')
-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: {