xref: /openbmc/webui-vue/tests/unit/Global/__snapshots__/TableCellCount.spec.js.snap (revision b440616c23b61166ae6d87839a70eec31bdca235)
1// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3exports[`TableCellCount.vue should render correctly 1`] = `
4<div
5  class="mt-2"
6>
7  <p>
8
9    global.table.items
10
11  </p>
12</div>
13`;
14