Skip to content

Commit

Permalink
📸 Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
DRFR0ST committed Apr 24, 2023
1 parent 9958124 commit e7f52fd
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion tests/__snapshots__/Trans.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@

exports[`<Trans /> interpolates the provided values 1`] = `Hello John!`;

exports[`<Trans /> parses HTML tags 1`] = `
exports[`<Trans /> parses HTML tags from nodes 1`] = `
<p>
Hello
<strong>
Jack
</strong>
!
</p>
`;

exports[`<Trans /> parses HTML tags in translation strings 1`] = `
<p>
Hello
<strong>
Expand Down

0 comments on commit e7f52fd

Please sign in to comment.