blob: 8e468b33e6f38532238d36fe7fc8eb3ad6e8b26f [file] [log] [blame]
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`PageSection.vue should render correctly 1`] = `
<div
class="page-section"
>
<h2>
PageSection test title
</h2>
</div>
`;