Add unit test cases for table cell count component

Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com>
Change-Id: Id948347cd38a9e58d21aaf4180afe8ab5c2f2ed7
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 0000000..2906cb8
--- /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>
+`;