xref: /openbmc/webui-vue/tests/unit/Global/__snapshots__/PageSection.spec.js.snap (revision 7385e139b0c9efca7430458cee982e63e282f4ae)
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