1// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3exports[`PageSection.vue should render correctly 1`] = `
4<div
5  class="page-section"
6>
7  <h2>
8    PageSection test title
9  </h2>
10
11</div>
12`;
13