From 391c3dfb065e2957e11dbeacd0e01d815cd3298b Mon Sep 17 00:00:00 2001
From: henrikburmann <haburmann@gmail.com>
Date: Tue, 3 May 2022 09:34:44 +0200
Subject: [PATCH] Snapshot in test removed

---
 .../__snapshots__/item-card.spec.js.snap      | 39 -------------------
 1 file changed, 39 deletions(-)
 delete mode 100644 tests/unit/component-tests/community-component-tests/__snapshots__/item-card.spec.js.snap

diff --git a/tests/unit/component-tests/community-component-tests/__snapshots__/item-card.spec.js.snap b/tests/unit/component-tests/community-component-tests/__snapshots__/item-card.spec.js.snap
deleted file mode 100644
index 232516e..0000000
--- a/tests/unit/component-tests/community-component-tests/__snapshots__/item-card.spec.js.snap
+++ /dev/null
@@ -1,39 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`ItemCard component renders correctly 1`] = `
-<div
-  class="mt-5"
->
-  <div
-    class="w-4/5 rounded bg-gray-200"
-  >
-    <img
-      alt="Item image"
-      class="w-full"
-      src="String"
-    />
-    <div
-      class="p-1 m-1"
-    >
-      <p
-        class="text-gray-700 text-xs font-bold"
-        id="adress"
-      >
-        String
-      </p>
-      <p
-        class="font-bold text-sm"
-        id="title"
-      >
-        String
-      </p>
-      <p
-        class="text-gray-700 text-xs"
-        id="price"
-      >
-        0 kr 
-      </p>
-    </div>
-  </div>
-</div>
-`;
-- 
GitLab