aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/components/__tests__/__snapshots__/UserLink.test.js.snap
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-05-04 21:13:12 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:54 +0300
commitf470636a70943a8ecad8bddc791a1c2dddd28e1e (patch)
treec43d109d88adbde9a696084070cdd92c6b9a004b /vnext/src/components/__tests__/__snapshots__/UserLink.test.js.snap
parent3d7d213e3ddc5bf4f71d536f31677b768aa3b7c0 (diff)
Components -> UI
Diffstat (limited to 'vnext/src/components/__tests__/__snapshots__/UserLink.test.js.snap')
-rw-r--r--vnext/src/components/__tests__/__snapshots__/UserLink.test.js.snap33
1 files changed, 0 insertions, 33 deletions
diff --git a/vnext/src/components/__tests__/__snapshots__/UserLink.test.js.snap b/vnext/src/components/__tests__/__snapshots__/UserLink.test.js.snap
deleted file mode 100644
index 15e25367..00000000
--- a/vnext/src/components/__tests__/__snapshots__/UserLink.test.js.snap
+++ /dev/null
@@ -1,33 +0,0 @@
-// 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>,
-]
-`;