summaryrefslogtreecommitdiff
path: root/tests/unit/Global/__snapshots__/PageSection.spec.js.snap
blob: 06064f68f00522d3d9a0e3b5128dad9c91e820b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`PageSection.vue should render correctly 1`] = `
<div
  class="page-section"
>
  <h2>
    PageSection test title
  </h2>
  
  
</div>
`;