Fix user profile test

This commit is contained in:
Maxim Filippov 2018-12-17 02:45:40 +03:00
parent 2211c533dd
commit 5f10c5e786
1 changed files with 14 additions and 2 deletions

View File

@ -16,9 +16,15 @@ const externalProfileStore = new Vuex.Store({
api: {
backendInteractor: backendInteractorService('')
},
interface: {
browserSupport: ''
},
config: {
colors: '',
highlight: {}
highlight: {},
customTheme: {
colors: []
}
},
instance: {
hideUserStats: true
@ -103,9 +109,15 @@ const localProfileStore = new Vuex.Store({
api: {
backendInteractor: backendInteractorService('')
},
interface: {
browserSupport: ''
},
config: {
colors: '',
highlight: {}
highlight: {},
customTheme: {
colors: []
}
},
instance: {
hideUserStats: true