Skip to content

Commit 7ad6998

Browse files
committed
Update JS unit tests
1 parent 961209a commit 7ad6998

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

plugin/tests/js/block-editor/blocks/card/card.test.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,10 @@ describe( 'blocks: material/card', () => {
146146
type: 'boolean',
147147
default: false,
148148
},
149+
imageElement: {
150+
default: true,
151+
type: 'boolean',
152+
},
149153
} );
150154
} );
151155
} );

plugin/tests/js/block-editor/blocks/cards-collection/cards-collection.test.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ describe( 'blocks: material/cards-collection', () => {
144144
type: 'boolean',
145145
default: false,
146146
},
147+
imageElement: {
148+
default: true,
149+
type: 'boolean',
150+
},
147151
} );
148152
} );
149153
} );

0 commit comments

Comments
 (0)