core: fix db.settings.getTrashCleanupInterval return type #2329
Annotations
4 errors
Build
Process completed with exit code 1.
|
src/extensions/link/tests/link.test.ts > paste text > with multiple markdown links:
packages/editor/src/extensions/link/tests/link.test.ts#L115
Error: Snapshot `paste text > with multiple markdown links 1` mismatched
Expected: ""<div><div contenteditable="true" translate="no" class="tiptap ProseMirror" tabindex="0"><p><a target="_blank" rel="noopener noreferrer nofollow" href="example.com">test</a> some text <a target="_blank" rel="noopener noreferrer nofollow" href="example2.com">test2</a></p></div></div>""
Received: ""<div><div contenteditable="true" translate="no" class="tiptap ProseMirror" tabindex="0"><p><a target="_blank" rel="noopener noreferrer nofollow" spellcheck="false" href="example.com">test</a> some text <a target="_blank" rel="noopener noreferrer nofollow" spellcheck="false" href="example2.com">test2</a></p></div></div>""
❯ src/extensions/link/tests/link.test.ts:115:37
|
src/extensions/link/tests/link.test.ts > paste text > with markdown link:
packages/editor/src/extensions/link/tests/link.test.ts#L86
Error: Snapshot `paste text > with markdown link 1` mismatched
Expected: ""<div><div contenteditable="true" translate="no" class="tiptap ProseMirror" tabindex="0"><p><a target="_blank" rel="noopener noreferrer nofollow" href="example.com">test</a></p></div></div>""
Received: ""<div><div contenteditable="true" translate="no" class="tiptap ProseMirror" tabindex="0"><p><a target="_blank" rel="noopener noreferrer nofollow" spellcheck="false" href="example.com">test</a></p></div></div>""
❯ src/extensions/link/tests/link.test.ts:86:37
|
src/extensions/clipboard/tests/clipboard-text-serializer.test.ts > copying text from a list item shouldn't add extra spaces at the end:
packages/editor/src/extensions/clipboard/tests/clipboard-text-serializer.test.ts#L116
Error: Snapshot `copying text from a list item shouldn't add extra spaces at the end 1` mismatched
- Expected
+ Received
@@ -7,10 +7,11 @@
{
"attrs": {
"class": null,
"href": "https://google.com/",
"rel": "noopener noreferrer nofollow",
+ "spellcheck": "false",
"target": "_blank",
"title": null,
},
"type": "link",
},
❯ src/extensions/clipboard/tests/clipboard-text-serializer.test.ts:116:5
|