Skip to content

Commit

Permalink
Remove obsolete snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Aug 22, 2022
1 parent 95c3ffe commit 5a1a7cb
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ exports[`Keep styles on block transforms Should keep colors during a transform 1
<!-- /wp:paragraph -->"
`;
exports[`Keep styles on block transforms Should keep the font size during a transform from multiple blocks into a single one 1`] = `
"<!-- wp:list {\\"fontSize\\":\\"large\\"} -->
<ul class=\\"has-large-font-size\\"><li>Line 1 to be made large</li><li>Line 2 to be made large</li><li>Line 3 to be made large</li></ul>
<!-- /wp:list -->"
`;
exports[`Keep styles on block transforms Should keep the font size during a transform from multiple blocks into multiple blocks 1`] = `
"<!-- wp:heading {\\"fontSize\\":\\"large\\"} -->
<h2 class=\\"has-large-font-size\\">Line 1 to be made large</h2>
Expand Down

0 comments on commit 5a1a7cb

Please sign in to comment.