Skip to content

Commit

Permalink
fix(emoji-size-in-chat): Added additional skull emoji from previous r…
Browse files Browse the repository at this point in the history
…aised bug
  • Loading branch information
mananjadhav committed Sep 10, 2021
1 parent 5d75570 commit 22ca1d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/EmojiRegexTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ describe('EmojiRegexTest', () => {
expect(isSingleEmoji('❤️')).toBe(true);
expect(isSingleEmoji('⁉️')).toBe(true);
expect(isSingleEmoji('✳️')).toBe(true);
expect(isSingleEmoji('☠️')).toBe(true);


// GIVEN an emoji that has skin tone attached WHEN we check if it's a single emoji THEN it should return true
expect(isSingleEmoji('👶🏽')).toBe(true);
Expand Down

0 comments on commit 22ca1d7

Please sign in to comment.