Skip to content

Commit

Permalink
Fix: mobile unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
up1512001 authored Dec 13, 2024
1 parent 226daa9 commit 032a1ab
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ exports[`Paragraph block should be able to use a prefix to create a Heading bloc

exports[`Paragraph block should be able to use a prefix to create a List block 1`] = `
"<!-- wp:list -->
<ul class="wp-block-list"><!-- wp:list-item -->
<li></li>
<!-- /wp:list-item --></ul>
<ul class="wp-block-list"><!-- wp:list-item /-->
</ul>
<!-- /wp:list -->"
`;

Expand All @@ -24,9 +23,8 @@ exports[`Paragraph block should be able to use a prefix to create a Quote block

exports[`Paragraph block should be able to use a prefix to create a numbered List block 1`] = `
"<!-- wp:list {"ordered":true} -->
<ol class="wp-block-list"><!-- wp:list-item -->
<li></li>
<!-- /wp:list-item --></ol>
<ol class="wp-block-list"><!-- wp:list-item /-->
</ol>
<!-- /wp:list -->"
`;

Expand Down

0 comments on commit 032a1ab

Please sign in to comment.