fix some tests
This commit is contained in:
parent
f10001fbfd
commit
c183ab0f06
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ describe('emoji_index', () => {
|
||||||
];
|
];
|
||||||
search('', { custom });
|
search('', { custom });
|
||||||
// emojiIndex.search('', { custom });
|
// emojiIndex.search('', { custom });
|
||||||
// const expected = [];
|
const expected = [];
|
||||||
expect(search('masto', { custom: [] }).map(trimEmojis)).toEqual(expected);
|
expect(search('masto', { custom: [] }).map(trimEmojis)).toEqual(expected);
|
||||||
// expect(emojiIndex.search('masto').map(trimEmojis)).toEqual(expected);
|
// expect(emojiIndex.search('masto').map(trimEmojis)).toEqual(expected);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue