Skip to content

Commit

Permalink
Add missing snap
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Nov 9, 2023
1 parent 0e50b6f commit e11bc4c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Paragraph block transforms to Code block 1`] = `
"<!-- wp:code -->
<pre class="wp-block-code"><code>Example text</code></pre>
<!-- /wp:code -->"
`;

exports[`Paragraph block transforms to Columns block 1`] = `
"<!-- wp:columns -->
<div class="wp-block-columns"><!-- wp:column {"width":"100%"} -->
Expand Down

0 comments on commit e11bc4c

Please sign in to comment.