blob: 7c1bca744095dfd288160345c07c6f71c2144c6e [file] [log] [blame]
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`PageTitle.vue should render correctly 1`] = `
<div
class="page-title"
>
<h1>
Page Title
</h1>
<p>
A page title test description
</p>
</div>
`;