aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui/__tests__/__snapshots__/UserLink.test.js.snap
blob: fda95d9865e16fa3adc103522c59a3b9b1bff9d0 (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
34
35
36
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`UserLink renders correctly 1`] = `
[
  <a
    className="info-avatar"
    data-discover="true"
    href="/ugnich/"
    onClick={[Function]}
  >
    <img
      src="https://juick.com/i/a/1-deadbeef.png"
    />
    ugnich
  </a>,
  <a
    className="info-avatar"
    data-discover="true"
    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
      src="test-file-stub"
    />
  </a>,
]
`;