From 9c7497d7c358c335da71af17856cc6ea0478c61b Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Mon, 6 Dec 2021 11:19:41 +0100 Subject: [PATCH] import moderator --- admin/src/store/store.test.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/admin/src/store/store.test.js b/admin/src/store/store.test.js index 4f66ef13d..e027ebf1a 100644 --- a/admin/src/store/store.test.js +++ b/admin/src/store/store.test.js @@ -3,8 +3,14 @@ import CONFIG from '../config' jest.mock('../config') -const { token, openCreationsPlus, openCreationsMinus, resetOpenCreations, setOpenCreations } = - mutations +const { + token, + openCreationsPlus, + openCreationsMinus, + resetOpenCreations, + setOpenCreations, + moderator, +} = mutations const { logout } = actions CONFIG.DEBUG_DISABLE_AUTH = true