diff --git a/packages/api/test/utils/parser.test.ts b/packages/api/test/utils/parser.test.ts index f26312c92..0a2f80aa4 100644 --- a/packages/api/test/utils/parser.test.ts +++ b/packages/api/test/utils/parser.test.ts @@ -57,7 +57,13 @@ describe('parsePreparedContent', async () => { const html = ` - This is some text within the highlight markers +
+
+ some prefix text + This is some text within the highlight markers + some suffix text +
+
`