Skip to content

Commit a0b6e9f

Browse files
committed
Fix failing unit tests
1 parent e1772af commit a0b6e9f

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

packages/blocks/src/api/test/registration.js

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ describe( 'blocks', () => {
124124
src: blockIcon,
125125
},
126126
attributes: {},
127+
providesContext: {},
128+
usesContext: [],
127129
keywords: [],
128130
supports: {},
129131
styles: [],
@@ -269,6 +271,8 @@ describe( 'blocks', () => {
269271
src: blockIcon,
270272
},
271273
attributes: {},
274+
providesContext: {},
275+
usesContext: [],
272276
keywords: [],
273277
supports: {},
274278
styles: [],
@@ -304,6 +308,8 @@ describe( 'blocks', () => {
304308
type: 'boolean',
305309
},
306310
},
311+
providesContext: {},
312+
usesContext: [],
307313
keywords: [],
308314
supports: {},
309315
styles: [],
@@ -335,6 +341,8 @@ describe( 'blocks', () => {
335341
src: blockIcon,
336342
},
337343
attributes: {},
344+
providesContext: {},
345+
usesContext: [],
338346
keywords: [],
339347
supports: {},
340348
styles: [],
@@ -400,6 +408,8 @@ describe( 'blocks', () => {
400408
),
401409
},
402410
attributes: {},
411+
providesContext: {},
412+
usesContext: [],
403413
keywords: [],
404414
supports: {},
405415
styles: [],
@@ -428,6 +438,8 @@ describe( 'blocks', () => {
428438
src: 'foo',
429439
},
430440
attributes: {},
441+
providesContext: {},
442+
usesContext: [],
431443
keywords: [],
432444
supports: {},
433445
styles: [],
@@ -470,6 +482,8 @@ describe( 'blocks', () => {
470482
src: MyTestIcon,
471483
},
472484
attributes: {},
485+
providesContext: {},
486+
usesContext: [],
473487
keywords: [],
474488
supports: {},
475489
styles: [],
@@ -526,6 +540,8 @@ describe( 'blocks', () => {
526540
),
527541
},
528542
attributes: {},
543+
providesContext: {},
544+
usesContext: [],
529545
keywords: [],
530546
supports: {},
531547
styles: [],
@@ -551,6 +567,8 @@ describe( 'blocks', () => {
551567
src: blockIcon,
552568
},
553569
attributes: {},
570+
providesContext: {},
571+
usesContext: [],
554572
keywords: [],
555573
supports: {},
556574
styles: [],
@@ -633,6 +651,8 @@ describe( 'blocks', () => {
633651
name,
634652
icon: blockIcon,
635653
attributes: {},
654+
providesContext: {},
655+
usesContext: [],
636656
keywords: [],
637657
supports: {},
638658
styles: [],
@@ -751,6 +771,8 @@ describe( 'blocks', () => {
751771
src: blockIcon,
752772
},
753773
attributes: {},
774+
providesContext: {},
775+
usesContext: [],
754776
keywords: [],
755777
supports: {},
756778
styles: [],
@@ -768,6 +790,8 @@ describe( 'blocks', () => {
768790
src: blockIcon,
769791
},
770792
attributes: {},
793+
providesContext: {},
794+
usesContext: [],
771795
keywords: [],
772796
supports: {},
773797
styles: [],
@@ -846,6 +870,8 @@ describe( 'blocks', () => {
846870
src: blockIcon,
847871
},
848872
attributes: {},
873+
providesContext: {},
874+
usesContext: [],
849875
keywords: [],
850876
supports: {},
851877
styles: [],
@@ -870,6 +896,8 @@ describe( 'blocks', () => {
870896
src: blockIcon,
871897
},
872898
attributes: {},
899+
providesContext: {},
900+
usesContext: [],
873901
keywords: [],
874902
supports: {},
875903
styles: [],
@@ -901,6 +929,8 @@ describe( 'blocks', () => {
901929
src: blockIcon,
902930
},
903931
attributes: {},
932+
providesContext: {},
933+
usesContext: [],
904934
keywords: [],
905935
supports: {},
906936
styles: [],
@@ -916,6 +946,8 @@ describe( 'blocks', () => {
916946
src: blockIcon,
917947
},
918948
attributes: {},
949+
providesContext: {},
950+
usesContext: [],
919951
keywords: [],
920952
supports: {},
921953
styles: [],

0 commit comments

Comments
 (0)