blob: 06064f68f00522d3d9a0e3b5128dad9c91e820b8 [file] [log] [blame]
Derick Montague383184c2020-12-01 12:30:19 -06001// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3exports[`PageSection.vue should render correctly 1`] = `
4<div
5 class="page-section"
6>
7 <h2>
8 PageSection test title
9 </h2>
Ed Tanous7d6b44c2024-03-23 14:56:34 -070010
11
Derick Montague383184c2020-12-01 12:30:19 -060012</div>
13`;