From c183ab0f06161d2c8bd1e8bc36cd9a3feec90cde Mon Sep 17 00:00:00 2001 From: ewwwwwwww Date: Mon, 4 Jul 2022 23:37:57 -0700 Subject: [PATCH] fix some tests --- app/soapbox/features/emoji/__tests__/emoji_index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/features/emoji/__tests__/emoji_index.test.ts b/app/soapbox/features/emoji/__tests__/emoji_index.test.ts index cc7a12bbc..738e94fe5 100644 --- a/app/soapbox/features/emoji/__tests__/emoji_index.test.ts +++ b/app/soapbox/features/emoji/__tests__/emoji_index.test.ts @@ -86,7 +86,7 @@ describe('emoji_index', () => { ]; search('', { custom }); // emojiIndex.search('', { custom }); - // const expected = []; + const expected = []; expect(search('masto', { custom: [] }).map(trimEmojis)).toEqual(expected); // expect(emojiIndex.search('masto').map(trimEmojis)).toEqual(expected); });