Skip to content

Commit 137cbc0

Browse files
committed
test: put test cases back
1 parent a353968 commit 137cbc0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

packages/core/src/extensions/Collaboration/__snapshots__/fork-yjs-snap-editor-forked.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "text",
99
},
1010
],
11-
"id": "1",
11+
"id": "2",
1212
"props": {
1313
"backgroundColor": "default",
1414
"textAlignment": "left",
@@ -19,7 +19,7 @@
1919
{
2020
"children": [],
2121
"content": [],
22-
"id": "initialBlockId",
22+
"id": "3",
2323
"props": {
2424
"backgroundColor": "default",
2525
"textAlignment": "left",

packages/core/src/extensions/Collaboration/__snapshots__/fork-yjs-snap-editor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{
2020
"children": [],
2121
"content": [],
22-
"id": "initialBlockId",
22+
"id": "1",
2323
"props": {
2424
"backgroundColor": "default",
2525
"textAlignment": "left",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<blockgroup><blockcontainer id="1"><paragraph backgroundColor="default" textAlignment="left" textColor="default">Hello World</paragraph></blockcontainer><blockcontainer id="initialBlockId"><paragraph backgroundColor="default" textAlignment="left" textColor="default"></paragraph></blockcontainer></blockgroup>
1+
<blockgroup><blockcontainer id="2"><paragraph backgroundColor="default" textAlignment="left" textColor="default">Hello World</paragraph></blockcontainer><blockcontainer id="3"><paragraph backgroundColor="default" textAlignment="left" textColor="default"></paragraph></blockcontainer></blockgroup>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<blockgroup><blockcontainer id="0"><paragraph backgroundColor="default" textAlignment="left" textColor="default">Hello</paragraph></blockcontainer><blockcontainer id="initialBlockId"><paragraph backgroundColor="default" textAlignment="left" textColor="default"></paragraph></blockcontainer></blockgroup>
1+
<blockgroup><blockcontainer id="0"><paragraph backgroundColor="default" textAlignment="left" textColor="default">Hello</paragraph></blockcontainer><blockcontainer id="1"><paragraph backgroundColor="default" textAlignment="left" textColor="default"></paragraph></blockcontainer></blockgroup>

0 commit comments

Comments
 (0)