aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui/__tests__/__snapshots__/UserLink.test.js.snap
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src/ui/__tests__/__snapshots__/UserLink.test.js.snap')
-rw-r--r--vnext/src/ui/__tests__/__snapshots__/UserLink.test.js.snap33
1 files changed, 33 insertions, 0 deletions
diff --git a/vnext/src/ui/__tests__/__snapshots__/UserLink.test.js.snap b/vnext/src/ui/__tests__/__snapshots__/UserLink.test.js.snap
new file mode 100644
index 00000000..15e25367
--- /dev/null
+++ b/vnext/src/ui/__tests__/__snapshots__/UserLink.test.js.snap
@@ -0,0 +1,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>,
+]
+`;