yarn lint --fix

This commit is contained in:
ogerly 2021-12-02 09:20:38 +01:00
parent fc799a78eb
commit 36d3850c3f

View File

@ -105,7 +105,6 @@ describe('Vuex store', () => {
})
})
describe('isAdmin', () => {
it('sets the state of isAdmin', () => {
const state = { isAdmin: null }