fix Known differences #14
Annotations
2 errors
|
test-and-verify
Process completed with exit code 1.
|
|
src/__tests__/semantic-react-compat.test.ts > Compat: images > simple image:
src/__tests__/semantic-react-compat.test.ts#L89
AssertionError: expected '<link as="image" href="https://exampl…' to be '<p><img class="ql-image" src="https:/…' // Object.is equality
Expected: "<p><img class="ql-image" src="https://example.com/img.png"/></p>"
Received: "<link as="image" href="https://example.com/img.png" rel="preload"/><div><p><img class="ql-image" src="https://example.com/img.png"/></p></div>"
❯ assertSameHtml src/__tests__/semantic-react-compat.test.ts:89:21
❯ src/__tests__/semantic-react-compat.test.ts:579:5
|