diff --git a/blog/2024/04/tests/__snapshots__/Hr.test.tsx.snap b/blog/2024/04/tests/__snapshots__/Hr.test.tsx.snap new file mode 100644 index 0000000..2a658e9 --- /dev/null +++ b/blog/2024/04/tests/__snapshots__/Hr.test.tsx.snap @@ -0,0 +1,51 @@ +// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html + +exports[`Add class name to the component 1`] = ` +
+
+
+`; + +exports[`Render separator with text at the end 1`] = ` +
+ + End of Section 2 + +
+
+`; + +exports[`Render separator with text in the beginning 1`] = ` +
+ + End of Section 1 + +
+
+`; + +exports[`Render simple separator 1`] = ` +
+
+
+`;