diff options
| author | Henry Jameson <me@hjkos.com> | 2019-04-28 20:46:01 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-04-28 20:46:01 +0300 |
| commit | 3e685149816d3b0bd7a8a25030ed448d1b51bbb5 (patch) | |
| tree | 9970d8e5f2b2141dfabb1378d0849ffe4fb9288b /test/unit | |
| parent | 75bc508faea138d152e38888bb4a7707d07ec0ef (diff) | |
fix tests
Diffstat (limited to 'test/unit')
| -rw-r--r-- | test/unit/specs/components/user_profile.spec.js | 2 |
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: { |
