-
Notifications
You must be signed in to change notification settings - Fork 271
/
Copy pathRepository.test.tsx.snap
63 lines (62 loc) · 1.81 KB
/
Repository.test.tsx.snap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`components/Repository.tsx should render itself & its children 1`] = `
[
<div
className="flex p-2 bg-gray-100 dark:bg-gray-darker dark:text-white"
>
<div
className="flex flex-1 p-0.5 items-center mt-0 text-sm font-medium overflow-hidden overflow-ellipsis whitespace-nowrap"
>
<img
className="rounded w-5 h-5 ml-1 mr-3"
src="https://avatars0.githubusercontent.com/u/6333409?v=3"
/>
<span
onClick={[Function]}
>
manosim/gitify
</span>
</div>
<div
className="flex w-8 justify-center items-center"
>
<button
className="focus:outline-none"
onClick={[Function]}
>
<svg
aria-hidden="false"
aria-label="Mark Repository as Read"
className="hover:text-green-500"
fill="currentColor"
focusable="false"
height={16}
role="img"
style={
{
"display": "inline-block",
"overflow": "visible",
"userSelect": "none",
"verticalAlign": "text-bottom",
}
}
viewBox="0 0 16 16"
width={16}
>
<path
d="M7.115.65a1.752 1.752 0 0 1 1.77 0l6.25 3.663c.536.314.865.889.865 1.51v6.427A1.75 1.75 0 0 1 14.25 14H1.75A1.75 1.75 0 0 1 0 12.25V5.823c0-.621.33-1.196.865-1.51Zm1.011 1.293a.252.252 0 0 0-.252 0l-5.72 3.353L6.468 7.76a2.748 2.748 0 0 1 3.066 0l4.312-2.464-5.719-3.353ZM13.15 12.5 8.772 9.06a1.25 1.25 0 0 0-1.544 0L2.85 12.5Zm1.35-5.85-3.687 2.106 3.687 2.897ZM5.187 8.756 1.5 6.65v5.003Z"
/>
</svg>
</button>
</div>
</div>,
<div>
<div>
NotificationRow
</div>
<div>
NotificationRow
</div>
</div>,
]
`;