this.props.onShowModel(this.props.item)
}
>
diff --git a/src/Components/Grid/TabContent.test.js b/src/Components/Grid/TabContent.test.js
index f01039d..0c85c8e 100644
--- a/src/Components/Grid/TabContent.test.js
+++ b/src/Components/Grid/TabContent.test.js
@@ -1,4 +1,3 @@
-import '@testing-library/jest-dom';
import React from 'react';
import TabContent from './TabContent';
import { render, fireEvent } from '@testing-library/react';
diff --git a/src/Components/Grid/__snapshots__/Status.test.js.snap b/src/Components/Grid/__snapshots__/Status.test.js.snap
new file mode 100644
index 0000000..84a44a3
--- /dev/null
+++ b/src/Components/Grid/__snapshots__/Status.test.js.snap
@@ -0,0 +1,91 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`Should contain failed 1`] = `
+
+
+
+
+ failed
+
+`;
+
+exports[`Should contain passed 1`] = `
+
+
+
+
+ passed
+
+`;
+
+exports[`Should contain pending 1`] = `
+
+
+
+
+ pending
+
+`;
+
+exports[`Should contain todo 1`] = `
+
+
+
+
+ todo
+
+`;
diff --git a/src/__snapshots__/App.test.js.snap b/src/__snapshots__/App.test.js.snap
index 21d77e6..dc9f16d 100644
--- a/src/__snapshots__/App.test.js.snap
+++ b/src/__snapshots__/App.test.js.snap
@@ -255,8 +255,25 @@ exports[`Tree click Should call function on tree node click 1`] = `
should pass