xref: /openbmc/webui-vue/tests/unit/Global/__snapshots__/PageSection.spec.js.snap (revision 8f030bac11637fcd0a005907b558d7accbff68bd)
1// 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>
10
11</div>
12`;
13