Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
werlleyg committed Nov 3, 2024
1 parent f6eaea2 commit 88d9853
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/presentation/typography/__snapshots__/h3.spec.tsx.snap
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`H3 Typography Component Should match the snapshot 1`] = `
<DocumentFragment>
<h3
class="css-16qsii6"
>
Snapshot Test
</h3>
</DocumentFragment>
`;
11 changes: 11 additions & 0 deletions tests/presentation/typography/__snapshots__/h4.spec.tsx.snap
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`H4 Typography Component Should match the snapshot 1`] = `
<DocumentFragment>
<h4
class="css-19dnq0y"
>
Snapshot Test
</h4>
</DocumentFragment>
`;
11 changes: 11 additions & 0 deletions tests/presentation/typography/__snapshots__/p.spec.tsx.snap
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`P Typography Component Should match the snapshot 1`] = `
<DocumentFragment>
<p
class="snapshot-test css-1watjdo"
>
Snapshot Content
</p>
</DocumentFragment>
`;

0 comments on commit 88d9853

Please sign in to comment.