summaryrefslogtreecommitdiff
path: root/tests/unit/Global/__snapshots__/PageSection.spec.js.snap
blob: 8e468b33e6f38532238d36fe7fc8eb3ad6e8b26f (plain)
1
2
3
4
5
6
7
8
9
10
11
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>
`;