Skip to content

Addressing comment on PR #1062 #53

Addressing comment on PR #1062

Addressing comment on PR #1062 #53

Triggered via dynamic December 31, 2025 13:11
Status Success
Total duration 6m 12s
Artifacts

copilot

on: dynamic
Fit to window
Zoom out
Zoom in

Annotations

4 errors
tests/remarkDirectiveTypst.test.ts > remarkDirectiveTypst > should handle typst language code block: packages/markdown/tests/remarkDirectiveTypst.test.ts#L133
Error: Snapshot `remarkDirectiveTypst > should handle typst language code block 1` mismatched - Expected + Received @@ -1,8 +1,8 @@ " <div class="directive-typst preview-only" data-id="f9ee3f2b370e3b804b7640e9f59e78db5ada5d1e6a3ed2326fcee946f8263cf1"> - <div class="preview-container" style="height: 400px;"> + <div class="preview-container" style="height: auto;"> <div class="typst-loading"> <div class="typst-spinner"></div><span>typst-loading</span> </div> <div class="typst-preview"></div> </div> ❯ tests/remarkDirectiveTypst.test.ts:133:7
tests/remarkDirectiveTypst.test.ts > remarkDirectiveTypst > should default to preview mode: packages/markdown/tests/remarkDirectiveTypst.test.ts#L83
Error: Snapshot `remarkDirectiveTypst > should default to preview mode 1` mismatched - Expected + Received @@ -1,8 +1,8 @@ " <div class="directive-typst preview-only" data-id="07c1e09cc86bf1d9ef908477a45d38832547cfc9eb687dace3b4cd749872ef1f"> - <div class="preview-container" style="height: 400px;"> + <div class="preview-container" style="height: auto;"> <div class="typst-loading"> <div class="typst-spinner"></div><span>typst-loading</span> </div> <div class="typst-preview"></div> </div> ❯ tests/remarkDirectiveTypst.test.ts:83:7
tests/remarkDirectiveTypst.test.ts > remarkDirectiveTypst > should transform edit mode: packages/markdown/tests/remarkDirectiveTypst.test.ts#L66
Error: Snapshot `remarkDirectiveTypst > should transform edit mode 1` mismatched - Expected + Received @@ -1,8 +1,8 @@ " <div class="directive-typst" data-id="998fd54d980ddf3cbb5abd9509d85e58db6664643d052de106c7f1bbf0d4e317"> - <div class="preview-container" style="height: 400px;"> + <div class="preview-container" style="height: calc(100dvh - 128px);"> <div class="typst-loading"> <div class="typst-spinner"></div><span>typst-loading</span> </div> <div class="typst-preview"></div> </div> ❯ tests/remarkDirectiveTypst.test.ts:66:7
tests/remarkDirectiveTypst.test.ts > remarkDirectiveTypst > should transform preview mode: packages/markdown/tests/remarkDirectiveTypst.test.ts#L47
Error: Snapshot `remarkDirectiveTypst > should transform preview mode 1` mismatched - Expected + Received @@ -1,8 +1,8 @@ " <div class="directive-typst preview-only" data-id="39e82b1737a92205d5c1c8c0d03f279a122831490b6eb448cad82b5d5575a62d"> - <div class="preview-container" style="height: 400px;"> + <div class="preview-container" style="height: auto;"> <div class="typst-loading"> <div class="typst-spinner"></div><span>typst-loading</span> </div> <div class="typst-preview"></div> </div> ❯ tests/remarkDirectiveTypst.test.ts:47:7