Skip to content

Commit aa70fc1

Browse files
committed
test: update snapshots
1 parent f2d3ff4 commit aa70fc1

2 files changed

Lines changed: 22 additions & 4 deletions

File tree

tests/nextjs-test-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"private": true,
44
"version": "0.0.0",
55
"dependencies": {
6-
"@blocknote/core": "file:.tarballs/blocknote-core-0.48.1.tgz",
7-
"@blocknote/mantine": "file:.tarballs/blocknote-mantine-0.48.1.tgz",
8-
"@blocknote/react": "file:.tarballs/blocknote-react-0.48.1.tgz",
9-
"@blocknote/server-util": "file:.tarballs/blocknote-server-util-0.48.1.tgz",
6+
"@blocknote/core": "file:.tarballs/blocknote-core-0.49.0.tgz",
7+
"@blocknote/mantine": "file:.tarballs/blocknote-mantine-0.49.0.tgz",
8+
"@blocknote/react": "file:.tarballs/blocknote-react-0.49.0.tgz",
9+
"@blocknote/server-util": "file:.tarballs/blocknote-server-util-0.49.0.tgz",
1010
"@mantine/core": "^8.3.11",
1111
"@mantine/hooks": "^8.3.11",
1212
"next": "^16.0.0",

tests/src/unit/core/schema/__snapshots__/blocks.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"audio": {
33
"config": {
4+
"container": undefined,
45
"content": "none",
56
"propSchema": {
67
"backgroundColor": {
@@ -39,6 +40,7 @@
3940
},
4041
"bulletListItem": {
4142
"config": {
43+
"container": undefined,
4244
"content": "inline",
4345
"propSchema": {
4446
"backgroundColor": {
@@ -75,6 +77,7 @@
7577
},
7678
"checkListItem": {
7779
"config": {
80+
"container": undefined,
7881
"content": "inline",
7982
"propSchema": {
8083
"backgroundColor": {
@@ -118,6 +121,7 @@
118121
},
119122
"codeBlock": {
120123
"config": {
124+
"container": undefined,
121125
"content": "inline",
122126
"propSchema": {
123127
"language": {
@@ -145,6 +149,7 @@
145149
},
146150
"customParagraph": {
147151
"config": {
152+
"container": undefined,
148153
"content": "inline",
149154
"propSchema": {
150155
"backgroundColor": {
@@ -175,6 +180,7 @@
175180
},
176181
"divider": {
177182
"config": {
183+
"container": undefined,
178184
"content": "none",
179185
"propSchema": {},
180186
"type": "divider",
@@ -194,6 +200,7 @@
194200
},
195201
"file": {
196202
"config": {
203+
"container": undefined,
197204
"content": "none",
198205
"propSchema": {
199206
"backgroundColor": {
@@ -226,6 +233,7 @@
226233
},
227234
"heading": {
228235
"config": {
236+
"container": undefined,
229237
"content": "inline",
230238
"propSchema": {
231239
"backgroundColor": {
@@ -280,6 +288,7 @@
280288
},
281289
"image": {
282290
"config": {
291+
"container": undefined,
283292
"content": "none",
284293
"propSchema": {
285294
"backgroundColor": {
@@ -331,6 +340,7 @@
331340
},
332341
"numberedListItem": {
333342
"config": {
343+
"container": undefined,
334344
"content": "inline",
335345
"propSchema": {
336346
"backgroundColor": {
@@ -371,6 +381,7 @@
371381
},
372382
"pageBreak": {
373383
"config": {
384+
"container": undefined,
374385
"content": "none",
375386
"propSchema": {},
376387
"type": "pageBreak",
@@ -385,6 +396,7 @@
385396
},
386397
"paragraph": {
387398
"config": {
399+
"container": undefined,
388400
"content": "inline",
389401
"propSchema": {
390402
"backgroundColor": {
@@ -424,6 +436,7 @@
424436
},
425437
"quote": {
426438
"config": {
439+
"container": undefined,
427440
"content": "inline",
428441
"propSchema": {
429442
"backgroundColor": {
@@ -450,6 +463,7 @@
450463
},
451464
"simpleCustomParagraph": {
452465
"config": {
466+
"container": undefined,
453467
"content": "inline",
454468
"propSchema": {
455469
"backgroundColor": {
@@ -479,6 +493,7 @@
479493
},
480494
"simpleImage": {
481495
"config": {
496+
"container": undefined,
482497
"content": "none",
483498
"propSchema": {
484499
"backgroundColor": {
@@ -521,6 +536,7 @@
521536
},
522537
"table": {
523538
"config": {
539+
"container": undefined,
524540
"content": "table",
525541
"propSchema": {
526542
"textColor": {
@@ -541,6 +557,7 @@
541557
},
542558
"toggleListItem": {
543559
"config": {
560+
"container": undefined,
544561
"content": "inline",
545562
"propSchema": {
546563
"backgroundColor": {
@@ -580,6 +597,7 @@
580597
},
581598
"video": {
582599
"config": {
600+
"container": undefined,
583601
"content": "none",
584602
"propSchema": {
585603
"backgroundColor": {

0 commit comments

Comments
 (0)