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

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