Wider tip of the day, allow p tags #416
Annotations
2 errors and 1 warning
Run npm run test:coverage:
src/lib/components/addons/tests/AddOnListItem.test.ts#L13
Error: Snapshot `AddOnListItem 2` mismatched
- Expected
+ Received
@@ -109,10 +109,12 @@
</div>
<div
class="description svelte-1sp09hk"
>
- This Add-On uses Azure’s Document Intelligence API to OCR documents. The document(s) must be public to be processed. This Add-On uses 1 AI Credit per page.
+ <p>
+ This Add-On uses Azure’s Document Intelligence API to OCR documents. The document(s) must be public to be processed. This Add-On uses 1 AI Credit per page.
+ </p>
</div>
</div>
</a>
</div>
❯ src/lib/components/addons/tests/AddOnListItem.test.ts:13:29
|
Run npm run test:coverage
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading