summaryrefslogtreecommitdiff
path: root/tests/unit/Global/__snapshots__/PageTitle.spec.js.snap
blob: 7c1bca744095dfd288160345c07c6f71c2144c6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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>
`;