diff --git a/tests/presentation/typography/__snapshots__/h3.spec.tsx.snap b/tests/presentation/typography/__snapshots__/h3.spec.tsx.snap new file mode 100644 index 0000000..fe4468e --- /dev/null +++ b/tests/presentation/typography/__snapshots__/h3.spec.tsx.snap @@ -0,0 +1,11 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`H3 Typography Component Should match the snapshot 1`] = ` + +

+ Snapshot Test +

+
+`; diff --git a/tests/presentation/typography/__snapshots__/h4.spec.tsx.snap b/tests/presentation/typography/__snapshots__/h4.spec.tsx.snap new file mode 100644 index 0000000..580a21e --- /dev/null +++ b/tests/presentation/typography/__snapshots__/h4.spec.tsx.snap @@ -0,0 +1,11 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`H4 Typography Component Should match the snapshot 1`] = ` + +

+ Snapshot Test +

+
+`; diff --git a/tests/presentation/typography/__snapshots__/p.spec.tsx.snap b/tests/presentation/typography/__snapshots__/p.spec.tsx.snap new file mode 100644 index 0000000..25d91bd --- /dev/null +++ b/tests/presentation/typography/__snapshots__/p.spec.tsx.snap @@ -0,0 +1,11 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`P Typography Component Should match the snapshot 1`] = ` + +

+ Snapshot Content +

+
+`;