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:
isla w 2023-06-29 12:29:48 -04:00 committed by GitHub
parent fdf71460f9
commit e882398c5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 47 additions and 5 deletions

View file

@ -39,6 +39,10 @@ test('matchEmoji', () => {
expect(matchEmoji('1st_')).toEqual([
'1st_place_medal',
]);
expect(matchEmoji('jellyfis')).toEqual([
'jellyfish',
]);
});
test('matchMention', () => {