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