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 232516e6546b4be3f3852f589671a41a1e929911..0000000000000000000000000000000000000000
--- 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>
-`;