From f438012099ab963c9cb1bab7fce60c3b000626bb Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Thu, 16 Sep 2021 13:26:14 +0200 Subject: [PATCH] linting --- frontend/src/store/store.test.js | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/frontend/src/store/store.test.js b/frontend/src/store/store.test.js index 8d63a1ed9..7ae3344d9 100644 --- a/frontend/src/store/store.test.js +++ b/frontend/src/store/store.test.js @@ -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', () => {