blob: 8e468b33e6f38532238d36fe7fc8eb3ad6e8b26f [file] [log] [blame]
Derick Montague383184c2020-12-01 12:30:19 -06001// 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`;