Skip to content

Commit

Permalink
test: fix snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasio committed Jul 12, 2024
1 parent 1c19843 commit 81abdf3
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

exports[`BlocksRenderer forward blockProps to the component 1`] = `
<div>
<p>
{"attributes":{"blockAttribute":"this is a block attribute"},"name":"10up/custom-block"}
<p
class="my-class"
>
{"attributes":{"blockAttribute":"this is a block attribute"},"name":"10up/custom-block","className":"my-class"}
</p>
</div>
`;
Expand Down

0 comments on commit 81abdf3

Please sign in to comment.