This commit is contained in:
Henry Jameson 2026-08-26 13:59:18 +03:00
commit fdc0f39187
4 changed files with 4 additions and 19 deletions

View file

@ -9,15 +9,6 @@ import {
describe('The UserHighlight store', () => {
beforeEach(() => {
setActivePinia(createPinia())
window.vuex = {
state: {
users: {
currentUser: {
fqn: 'foo@bar.tld',
},
},
},
}
})
describe('mutations', () => {