update markdown rendering #673
web-release.yml
on: push
Annotations
4 errors and 1 warning
app/components/chat/__tests__/ChatMarkdown.test.tsx > ChatMarkdown > mergeAdjacentDetailsWithSameSummary > should do not merge details divided by text:
apps/web-remix/app/components/chat/__tests__/ChatMarkdown.test.tsx#L166
Error: Snapshot `ChatMarkdown > mergeAdjacentDetailsWithSameSummary > should do not merge details divided by text 1` mismatched
- Expected
+ Received
@@ -32,11 +32,11 @@
</details>
<p
- class="my-2 break-words whitespace-pre-wrap text-sm"
+ class="my-2 break-words whitespace-normal text-sm"
node="[object Object]"
>
SOME STRANGE TEXT
</p>
❯ app/components/chat/__tests__/ChatMarkdown.test.tsx:166:25
|
app/components/chat/__tests__/ChatMarkdown.test.tsx > ChatMarkdown > mergeAdjacentDetailsWithSameSummary > should merge details at the end of the markdown:
apps/web-remix/app/components/chat/__tests__/ChatMarkdown.test.tsx#L252
Error: Snapshot `ChatMarkdown > mergeAdjacentDetailsWithSameSummary > should merge details at the end of the markdown 1` mismatched
- Expected
+ Received
@@ -1,11 +1,11 @@
<div>
<div
id="_root"
>
<p
- class="my-2 break-words whitespace-pre-wrap text-sm"
+ class="my-2 break-words whitespace-normal text-sm"
node="[object Object]"
>
SOME STRANGE TEXT
</p>
<details
❯ app/components/chat/__tests__/ChatMarkdown.test.tsx:252:25
|
app/components/chat/__tests__/ChatMarkdown.test.tsx > ChatMarkdown > mergeAdjacentDetailsWithSameSummary > should merge details divided by space:
apps/web-remix/app/components/chat/__tests__/ChatMarkdown.test.tsx#L317
Error: Snapshot `ChatMarkdown > mergeAdjacentDetailsWithSameSummary > should merge details divided by space 1` mismatched
- Expected
+ Received
@@ -43,11 +43,11 @@
</ul>
</details>
<p
- class="my-2 break-words whitespace-pre-wrap text-sm"
+ class="my-2 break-words whitespace-normal text-sm"
node="[object Object]"
>
SOME STRANGE TEXT
</p>
❯ app/components/chat/__tests__/ChatMarkdown.test.tsx:317:25
|
Test
Process completed with exit code 1.
|
Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|