aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui/__tests__/__snapshots__/UserLink.test.js.snap
blob: 15e253676e5f4097f201788c5840347e72060efb (plain) (blame)
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
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`UserLink renders correctly 1`] = `
Array [
  <a
    className="info-avatar"
    href="/ugnich/"
    onClick={[Function]}
  >
    <img
      src="https://juick.com/i/a/1-deadbeef.png"
    />
    ugnich
  </a>,
  <a
    className="info-avatar"
    href="/ugnich/"
    onClick={[Function]}
  >
    <img
      src="https://juick.com/i/a/1-deadbeef.png"
    />
    ugnich
  </a>,
  <a
    className="info-avatar"
    href="https://example.com/u/test"
  >
    <img />
    
  </a>,
]
`;