Update emoji set to Unicode 15 (#25595)
Update emoji set to Unicode 15 which was added upstream here:cb5c514d47
<img width="854" alt="Screenshot 2023-06-29 at 11 02 56 AM" src="7bfb663d
-0804-4d23-a62d-f585a6783ca6"> --------- Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
parent
fdf71460f9
commit
e882398c5a
5 changed files with 47 additions and 5 deletions
|
@ -39,6 +39,10 @@ test('matchEmoji', () => {
|
|||
expect(matchEmoji('1st_')).toEqual([
|
||||
'1st_place_medal',
|
||||
]);
|
||||
|
||||
expect(matchEmoji('jellyfis')).toEqual([
|
||||
'jellyfish',
|
||||
]);
|
||||
});
|
||||
|
||||
test('matchMention', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue