diff options
Diffstat (limited to 'test/unit/specs/components/user_profile.spec.js')
| -rw-r--r-- | test/unit/specs/components/user_profile.spec.js | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/test/unit/specs/components/user_profile.spec.js b/test/unit/specs/components/user_profile.spec.js index 04092716..b7743f1f 100644 --- a/test/unit/specs/components/user_profile.spec.js +++ b/test/unit/specs/components/user_profile.spec.js @@ -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 |
