Some improvements

This commit is contained in:
Fedor Indutnyy 2023-12-18 15:22:46 -08:00
parent 14a2714c1e
commit c53eefaf6d
19 changed files with 205 additions and 70 deletions

View file

@ -59,12 +59,12 @@ describe('getDeltaToRemoveStaleMentions', () => {
const originalOps = [
{
insert: {
emoji: '😂',
emoji: { value: '😂' },
},
},
{
insert: {
emoji: '🍋',
emoji: { value: '🍋' },
},
},
];
@ -312,7 +312,7 @@ describe('getTextAndRangesFromOps', () => {
const ops = [
{
insert: {
emoji: '😂',
emoji: { value: '😂' },
},
},
{
@ -579,7 +579,7 @@ describe('getDeltaToRestartMention', () => {
const originalOps = [
{
insert: {
emoji: '😂',
emoji: { value: '😂' },
},
},
{