aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/components/__tests__/__snapshots__/Avatar.test.js.snap
blob: 175befa0bf53f032dbd3063f3e1b756a1933b06a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Avatar renders correctly 1`] = `
<div
  className="msg-avatar"
>
  <a
    href="/ugnich/"
    onClick={[Function]}
  >
    <img
      alt="ugnich"
      src="//i.juick.com/a/1.png"
    />
  </a>
</div>
`;