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.snap41
1 files changed, 0 insertions, 41 deletions
diff --git a/vnext/src/components/__tests__/__snapshots__/Avatar.test.js.snap b/vnext/src/components/__tests__/__snapshots__/Avatar.test.js.snap
deleted file mode 100644
index 47614f5a..00000000
--- a/vnext/src/components/__tests__/__snapshots__/Avatar.test.js.snap
+++ /dev/null
@@ -1,41 +0,0 @@
-// 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>
-`;