summaryrefslogtreecommitdiff
path: root/tests/unit/Global/__snapshots__/TableCellCount.spec.js.snap
blob: 2906cb8250b56b054d1da9f0de25c87932208ed3 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`TableCellCount.vue should render correctly 1`] = `
<div
  class="mt-2"
>
  <p>
    global.table.items
  </p>
</div>
`;