Skip to content

Commit

Permalink
Adjust unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Nov 18, 2024
1 parent 4ac1c51 commit 423d892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/rich-text/src/test/__snapshots__/to-dom.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ exports[`recordToDom should preserve comments 1`] = `
data-rich-text-comment="comment"
>
<span>
[comment]
comment
</span>
</span>
Expand Down Expand Up @@ -312,7 +312,7 @@ exports[`recordToDom should preserve funky comments 1`] = `
data-rich-text-comment="/funky"
>
<span>
[/funky]
/funky
</span>
</span>
Expand Down

0 comments on commit 423d892

Please sign in to comment.