Skip to content

Commit af13849

Browse files
[getsentry/action-github-commit] Auto commit
1 parent 8e71a70 commit af13849

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/generate-md-exports.test.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,8 @@ describe('rehypeExpandCodeTabs', () => {
312312

313313
describe('comment stripping', () => {
314314
it('drops React text-node separator comments emitted on component-rendered pages', () => {
315-
const html = '<p><code>organization_id_or_slug</code><em> (<!-- -->string<!-- -->)</em></p>';
315+
const html =
316+
'<p><code>organization_id_or_slug</code><em> (<!-- -->string<!-- -->)</em></p>';
316317

317318
const md = htmlToMarkdown(html);
318319

0 commit comments

Comments
 (0)