Add unit testing for page section component

Signed-off-by: Derick Montague <derick.montague@ibm.com>
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com>
Change-Id: I1b3511f0dccaefb0732d5df3f21d10595f0fbd9a
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 0000000..8e468b3
--- /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>
+`;