summaryrefslogtreecommitdiff
path: root/tests/unit/Global/__snapshots__/PageSection.spec.js.snap
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Global/__snapshots__/PageSection.spec.js.snap')
-rw-r--r--tests/unit/Global/__snapshots__/PageSection.spec.js.snap12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/unit/Global/__snapshots__/PageSection.spec.js.snap b/tests/unit/Global/__snapshots__/PageSection.spec.js.snap
new file mode 100644
index 00000000..8e468b33
--- /dev/null
+++ b/tests/unit/Global/__snapshots__/PageSection.spec.js.snap
@@ -0,0 +1,12 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`PageSection.vue should render correctly 1`] = `
+<div
+ class="page-section"
+>
+ <h2>
+ PageSection test title
+ </h2>
+
+</div>
+`;