Skip to content

Commit

Permalink
Update snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrizzle committed Jun 9, 2024
1 parent 06e09ca commit bccca65
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/vignettes/__snapshots__/Reader.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ exports[`serializeLeaf maps leaves into marks components with keys 1`] = `
<em
node={null}
>
<span
<React.Fragment
node={null}
>
This is the first post to go onto this website.
</span>
</React.Fragment>
</em>
`;

exports[`serializeString returns string, wrapped in consistent components. 1`] = `
<span
<React.Fragment
node={null}
>
This is the first post to go onto this website.
</span>
</React.Fragment>
`;

0 comments on commit bccca65

Please sign in to comment.