Skip to content

Commit

Permalink
Update @wordpress/block-editor tests (#69631)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandersn committed May 17, 2024
1 parent 425f0eb commit 340d30c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -364,9 +364,6 @@ be.withFontSizes("fontSize")(() => <h1>Hello World</h1>);
shortcutType="primary"
shortcutCharacter="b"
onClick={() => console.log("Hello World")}
placeholder="Hello World"
onPointerEnterCapture={() => console.log("Hello World")}
onPointerLeaveCapture={() => console.log("Hello World")}
/>;

//
Expand Down

0 comments on commit 340d30c

Please sign in to comment.