aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui/__tests__/__snapshots__/Avatar.test.js.snap
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src/ui/__tests__/__snapshots__/Avatar.test.js.snap')
-rw-r--r--vnext/src/ui/__tests__/__snapshots__/Avatar.test.js.snap41
1 files changed, 41 insertions, 0 deletions
diff --git a/vnext/src/ui/__tests__/__snapshots__/Avatar.test.js.snap b/vnext/src/ui/__tests__/__snapshots__/Avatar.test.js.snap
new file mode 100644
index 00000000..47614f5a
--- /dev/null
+++ b/vnext/src/ui/__tests__/__snapshots__/Avatar.test.js.snap
@@ -0,0 +1,41 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`Avatar renders correctly 1`] = `
+<div
+ className="Avatar"
+>
+ <div
+ className="msg-avatar"
+ >
+ <a
+ href="/ugnich/"
+ onClick={[Function]}
+ >
+ <img
+ alt="ugnich"
+ src="https://juick.com/i/a/1-deadbeef.png"
+ />
+ </a>
+ </div>
+ <div
+ style={
+ Object {
+ "display": "flex",
+ "flexDirection": "column",
+ "justifyContent": "center",
+ }
+ }
+ >
+ <span>
+ <a
+ href="/ugnich/"
+ onClick={[Function]}
+ >
+ <span>
+ ugnich
+ </span>
+ </a>
+ </span>
+ </div>
+</div>
+`;