-
Notifications
You must be signed in to change notification settings - Fork 272
/
Copy pathRepository.test.tsx.snap
63 lines (62 loc) · 1.6 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`] = `
Array [
<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={20}
role="img"
style={
Object {
"display": "inline-block",
"overflow": "visible",
"userSelect": "none",
"verticalAlign": "text-bottom",
}
}
viewBox="0 0 16 16"
width={20}
>
<path
d="M13.78 4.22a.75.75 0 0 1 0 1.06l-7.25 7.25a.75.75 0 0 1-1.06 0L2.22 9.28a.751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018L6 10.94l6.72-6.72a.75.75 0 0 1 1.06 0Z"
/>
</svg>
</button>
</div>
</div>,
<div>
<div>
NotificationRow
</div>
<div>
NotificationRow
</div>
</div>,
]
`;