From 3e685149816d3b0bd7a8a25030ed448d1b51bbb5 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Sun, 28 Apr 2019 20:46:01 +0300 Subject: fix tests --- test/unit/specs/components/user_profile.spec.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') 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: { -- cgit v1.2.3-70-g09d2