Skip to content

Commit

Permalink
updates block toggle tests
Browse files Browse the repository at this point in the history
  • Loading branch information
draganescu committed Apr 15, 2019
1 parent d6de8b1 commit fd6314a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ describe( 'BlockModeToggle', () => {
<BlockModeToggle
blockType={ { supports: { html: true } } }
mode="visual"
isCodeEditingEnabled={ true }
/>
);
const text = wrapper.props.children;
Expand All @@ -40,6 +41,7 @@ describe( 'BlockModeToggle', () => {
<BlockModeToggle
blockType={ { supports: { html: true } } }
mode="html"
isCodeEditingEnabled={ true }
/>
);
const text = wrapper.props.children;
Expand Down

0 comments on commit fd6314a

Please sign in to comment.