logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 5f12c3ae76b82afd2040f2bcc83bf2eda5c4ff91
parent d1590311211cbf1036c870eef8c7e9e80fab7a3e
Author: tusooa <tusooa@kazv.moe>
Date:   Sat, 21 Jan 2023 22:42:53 -0500

Fix unit tests

Diffstat:

Mtest/unit/specs/components/emoji_input.spec.js3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/unit/specs/components/emoji_input.spec.js b/test/unit/specs/components/emoji_input.spec.js @@ -14,7 +14,8 @@ const generateInput = (value, padEmoji = true) => { padEmoji } } - } + }, + $t: (msg) => msg }, stubs: { FAIcon: true