This commit is contained in:
Moriz Wahl 2021-09-16 13:26:14 +02:00
parent eca81883a0
commit f438012099

View File

@ -1,7 +1,15 @@
import { mutations, actions } from './store'
const { language, email, token, username, firstName, lastName, description, newsletterState } =
mutations
const {
language,
email,
token,
username,
firstName,
lastName,
description,
newsletterState,
} = mutations
const { login, logout } = actions
describe('Vuex store', () => {