Skip to content

Commit f4d5a80

Browse files
committed
test: update snaps
1 parent 9431c32 commit f4d5a80

21 files changed

+18
-0
lines changed
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

tests/src/unit/core/createTestEditor.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ export const createTestEditor = <
3535
},
3636
},
3737
},
38+
heading: {
39+
levels: [1, 2, 3, 4, 5, 6],
40+
},
3841
schema,
3942
trailingBlock: false,
4043
uploadFile: uploadToTmpFilesDotOrg_DEV_ONLY,

tests/src/unit/core/formatConversion/parse/__snapshots__/html/basicBlockTypes.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"id": "4",
6969
"props": {
7070
"backgroundColor": "default",
71+
"isToggleable": false,
7172
"level": 4,
7273
"textAlignment": "left",
7374
"textColor": "default",
@@ -86,6 +87,7 @@
8687
"id": "5",
8788
"props": {
8889
"backgroundColor": "default",
90+
"isToggleable": false,
8991
"level": 5,
9092
"textAlignment": "left",
9193
"textColor": "default",
@@ -104,6 +106,7 @@
104106
"id": "6",
105107
"props": {
106108
"backgroundColor": "default",
109+
"isToggleable": false,
107110
"level": 6,
108111
"textAlignment": "left",
109112
"textColor": "default",

tests/src/unit/core/formatConversion/parse/__snapshots__/html/deepNestedContent.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
"id": "8",
137137
"props": {
138138
"backgroundColor": "default",
139+
"isToggleable": false,
139140
"level": 4,
140141
"textAlignment": "left",
141142
"textColor": "default",
@@ -154,6 +155,7 @@
154155
"id": "9",
155156
"props": {
156157
"backgroundColor": "default",
158+
"isToggleable": false,
157159
"level": 5,
158160
"textAlignment": "left",
159161
"textColor": "default",
@@ -172,6 +174,7 @@
172174
"id": "10",
173175
"props": {
174176
"backgroundColor": "default",
177+
"isToggleable": false,
175178
"level": 6,
176179
"textAlignment": "left",
177180
"textColor": "default",

tests/src/unit/core/formatConversion/parse/__snapshots__/html/googleDocs.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"id": "4",
7777
"props": {
7878
"backgroundColor": "default",
79+
"isToggleable": false,
7980
"level": 4,
8081
"textAlignment": "left",
8182
"textColor": "default",
@@ -96,6 +97,7 @@
9697
"id": "5",
9798
"props": {
9899
"backgroundColor": "default",
100+
"isToggleable": false,
99101
"level": 5,
100102
"textAlignment": "left",
101103
"textColor": "default",
@@ -116,6 +118,7 @@
116118
"id": "6",
117119
"props": {
118120
"backgroundColor": "default",
121+
"isToggleable": false,
119122
"level": 6,
120123
"textAlignment": "left",
121124
"textColor": "default",

tests/src/unit/core/formatConversion/parse/__snapshots__/html/notion.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"id": "4",
6969
"props": {
7070
"backgroundColor": "default",
71+
"isToggleable": false,
7172
"level": 4,
7273
"textAlignment": "left",
7374
"textColor": "default",
@@ -86,6 +87,7 @@
8687
"id": "5",
8788
"props": {
8889
"backgroundColor": "default",
90+
"isToggleable": false,
8991
"level": 5,
9092
"textAlignment": "left",
9193
"textColor": "default",
@@ -104,6 +106,7 @@
104106
"id": "6",
105107
"props": {
106108
"backgroundColor": "default",
109+
"isToggleable": false,
107110
"level": 6,
108111
"textAlignment": "left",
109112
"textColor": "default",

tests/src/unit/core/formatConversion/parse/__snapshots__/markdown/complex.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"id": "4",
6969
"props": {
7070
"backgroundColor": "default",
71+
"isToggleable": false,
7172
"level": 4,
7273
"textAlignment": "left",
7374
"textColor": "default",
@@ -86,6 +87,7 @@
8687
"id": "5",
8788
"props": {
8889
"backgroundColor": "default",
90+
"isToggleable": false,
8991
"level": 5,
9092
"textAlignment": "left",
9193
"textColor": "default",
@@ -104,6 +106,7 @@
104106
"id": "6",
105107
"props": {
106108
"backgroundColor": "default",
109+
"isToggleable": false,
107110
"level": 6,
108111
"textAlignment": "left",
109112
"textColor": "default",

0 commit comments

Comments
 (0)