summaryrefslogtreecommitdiff
path: root/tests/unit/Global/__snapshots__/TableCellCount.spec.js.snap
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Global/__snapshots__/TableCellCount.spec.js.snap')
-rw-r--r--tests/unit/Global/__snapshots__/TableCellCount.spec.js.snap11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/unit/Global/__snapshots__/TableCellCount.spec.js.snap b/tests/unit/Global/__snapshots__/TableCellCount.spec.js.snap
new file mode 100644
index 00000000..2906cb82
--- /dev/null
+++ b/tests/unit/Global/__snapshots__/TableCellCount.spec.js.snap
@@ -0,0 +1,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>
+`;