aboutsummaryrefslogtreecommitdiff
path: root/vnext/src
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src')
-rw-r--r--vnext/src/components/__tests__/__snapshots__/UserLink.test.js.snap9
1 files changed, 9 insertions, 0 deletions
diff --git a/vnext/src/components/__tests__/__snapshots__/UserLink.test.js.snap b/vnext/src/components/__tests__/__snapshots__/UserLink.test.js.snap
index d7eaed28..996e592a 100644
--- a/vnext/src/components/__tests__/__snapshots__/UserLink.test.js.snap
+++ b/vnext/src/components/__tests__/__snapshots__/UserLink.test.js.snap
@@ -3,20 +3,29 @@
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
href="https://example.com/u/test"
>
+ <img />
</a>,
]