fix tests

This commit is contained in:
Henry Jameson 2019-04-28 20:46:01 +03:00
parent 75bc508fae
commit 3e68514981
2 changed files with 2 additions and 16 deletions

View file

@ -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: {