blob: 7c1bca744095dfd288160345c07c6f71c2144c6e [file] [log] [blame]
Sukanya Pandeye6693042020-12-02 19:30:45 +05301// 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`;