This commit is contained in:
Ulf Gebhardt 2023-07-06 14:04:20 +02:00
parent 76c08bfa77
commit dfbc436665
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

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