fix default layout spec

This commit is contained in:
Ulf Gebhardt 2023-07-06 13:50:10 +02:00
parent 27de68e136
commit 5220ffe9af
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -36,6 +36,7 @@ describe('default.vue', () => {
store = new Vuex.Store({
getters: {
'auth/isLoggedIn': () => true,
'chat/showChat': () => { return { showChat: false, roomID: 'u0' }}
},
})
})