mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
fix default layout spec
This commit is contained in:
parent
27de68e136
commit
5220ffe9af
@ -36,6 +36,7 @@ describe('default.vue', () => {
|
|||||||
store = new Vuex.Store({
|
store = new Vuex.Store({
|
||||||
getters: {
|
getters: {
|
||||||
'auth/isLoggedIn': () => true,
|
'auth/isLoggedIn': () => true,
|
||||||
|
'chat/showChat': () => { return { showChat: false, roomID: 'u0' }}
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user