Files
datahub/__tests__/components/search/__snapshots__/Item.test.tsx.snap
2020-06-12 18:55:06 +06:00

34 lines
552 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`📸 of Item component 1`] = `
<div
className="mb-6"
>
<h3
className="text-xl font-semibold"
>
<a
className="text-primary"
href="/@test-org/test"
onClick={[Function]}
onMouseEnter={[Function]}
>
Title
</a>
</h3>
<a
className="text-gray-500 block mt-1"
href="/@test-org"
onClick={[Function]}
onMouseEnter={[Function]}
>
test org
</a>
<div
className="leading-relaxed mt-2"
>
A description.
</div>
</div>
`;