diff --git a/__tests__/removeExtraParagraphSpacing.test.ts b/__tests__/removeExtraParagraphSpacing.test.ts index a42d04468..87664b9c3 100644 --- a/__tests__/removeExtraParagraphSpacing.test.ts +++ b/__tests__/removeExtraParagraphSpacing.test.ts @@ -9,8 +9,8 @@ describe('removeExtraParagraphSpacing', () => { }, { id: '#2', - // Including the \u200b zero-width space mentioned in your comments - input: '

bb

\u200b', + // ↓↓ \u200b zero width space + input: '

bb
\u200b

', expected: '

bb

', }, {