fix some tests

This commit is contained in:
ewwwwwwww 2022-07-04 23:37:57 -07:00
parent f10001fbfd
commit c183ab0f06

View file

@ -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);
});