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

exports[`UserLink renders correctly 1`] = `
[
  <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
      src="test-file-stub"
    />
  </a>,
]
`;