Skip to content
Snippets Groups Projects
Commit 391c3dfb authored by henrikburmann's avatar henrikburmann
Browse files

Snapshot in test removed

parent da2accd2
No related branches found
No related tags found
1 merge request!81Renting
Pipeline #179650 passed
// 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>
`;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment