1// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3exports[`PageTitle.vue should render correctly 1`] = `
4<div
5  class="page-title"
6>
7  <h1>
8    Page Title
9  </h1>
10
11  <p>
12    A page title test description
13  </p>
14</div>
15`;
16