fix tests
This commit is contained in:
parent
75bc508fae
commit
3e68514981
2 changed files with 2 additions and 16 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue