Skip to content

Commit

Permalink
Fix failing unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Jun 22, 2020
1 parent e1772af commit a0b6e9f
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions packages/blocks/src/api/test/registration.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ describe( 'blocks', () => {
src: blockIcon,
},
attributes: {},
providesContext: {},
usesContext: [],
keywords: [],
supports: {},
styles: [],
Expand Down Expand Up @@ -269,6 +271,8 @@ describe( 'blocks', () => {
src: blockIcon,
},
attributes: {},
providesContext: {},
usesContext: [],
keywords: [],
supports: {},
styles: [],
Expand Down Expand Up @@ -304,6 +308,8 @@ describe( 'blocks', () => {
type: 'boolean',
},
},
providesContext: {},
usesContext: [],
keywords: [],
supports: {},
styles: [],
Expand Down Expand Up @@ -335,6 +341,8 @@ describe( 'blocks', () => {
src: blockIcon,
},
attributes: {},
providesContext: {},
usesContext: [],
keywords: [],
supports: {},
styles: [],
Expand Down Expand Up @@ -400,6 +408,8 @@ describe( 'blocks', () => {
),
},
attributes: {},
providesContext: {},
usesContext: [],
keywords: [],
supports: {},
styles: [],
Expand Down Expand Up @@ -428,6 +438,8 @@ describe( 'blocks', () => {
src: 'foo',
},
attributes: {},
providesContext: {},
usesContext: [],
keywords: [],
supports: {},
styles: [],
Expand Down Expand Up @@ -470,6 +482,8 @@ describe( 'blocks', () => {
src: MyTestIcon,
},
attributes: {},
providesContext: {},
usesContext: [],
keywords: [],
supports: {},
styles: [],
Expand Down Expand Up @@ -526,6 +540,8 @@ describe( 'blocks', () => {
),
},
attributes: {},
providesContext: {},
usesContext: [],
keywords: [],
supports: {},
styles: [],
Expand All @@ -551,6 +567,8 @@ describe( 'blocks', () => {
src: blockIcon,
},
attributes: {},
providesContext: {},
usesContext: [],
keywords: [],
supports: {},
styles: [],
Expand Down Expand Up @@ -633,6 +651,8 @@ describe( 'blocks', () => {
name,
icon: blockIcon,
attributes: {},
providesContext: {},
usesContext: [],
keywords: [],
supports: {},
styles: [],
Expand Down Expand Up @@ -751,6 +771,8 @@ describe( 'blocks', () => {
src: blockIcon,
},
attributes: {},
providesContext: {},
usesContext: [],
keywords: [],
supports: {},
styles: [],
Expand All @@ -768,6 +790,8 @@ describe( 'blocks', () => {
src: blockIcon,
},
attributes: {},
providesContext: {},
usesContext: [],
keywords: [],
supports: {},
styles: [],
Expand Down Expand Up @@ -846,6 +870,8 @@ describe( 'blocks', () => {
src: blockIcon,
},
attributes: {},
providesContext: {},
usesContext: [],
keywords: [],
supports: {},
styles: [],
Expand All @@ -870,6 +896,8 @@ describe( 'blocks', () => {
src: blockIcon,
},
attributes: {},
providesContext: {},
usesContext: [],
keywords: [],
supports: {},
styles: [],
Expand Down Expand Up @@ -901,6 +929,8 @@ describe( 'blocks', () => {
src: blockIcon,
},
attributes: {},
providesContext: {},
usesContext: [],
keywords: [],
supports: {},
styles: [],
Expand All @@ -916,6 +946,8 @@ describe( 'blocks', () => {
src: blockIcon,
},
attributes: {},
providesContext: {},
usesContext: [],
keywords: [],
supports: {},
styles: [],
Expand Down

0 comments on commit a0b6e9f

Please sign in to comment.