From cd13071441f90c493684dd96c423e80733547bf2 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Wed, 17 Aug 2022 17:02:03 +0200 Subject: [PATCH] add to mocks --- admin/src/components/CommunityStatistic.spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/src/components/CommunityStatistic.spec.js b/admin/src/components/CommunityStatistic.spec.js index ad7ce8f5d..dbcca5fed 100644 --- a/admin/src/components/CommunityStatistic.spec.js +++ b/admin/src/components/CommunityStatistic.spec.js @@ -5,6 +5,7 @@ const localVue = global.localVue const mocks = { $t: jest.fn((t) => t), + $n: jest.fn((n) => n), } const propsData = {