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