aboutsummaryrefslogtreecommitdiff
path: root/vnext/src
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-04-04 14:57:28 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:54 +0300
commitc91105360bedcd500ab927798d0b2e262b6ceed3 (patch)
tree5e33183440deab5039cd0bf0a3e70f7bc67bfaf2 /vnext/src
parent4215967b6c8cecc0d178c253065a9c54493f102c (diff)
update snapshots
Diffstat (limited to 'vnext/src')
-rw-r--r--vnext/src/components/__tests__/__snapshots__/UserLink.test.js.snap9
1 files changed, 9 insertions, 0 deletions
diff --git a/vnext/src/components/__tests__/__snapshots__/UserLink.test.js.snap b/vnext/src/components/__tests__/__snapshots__/UserLink.test.js.snap
index d7eaed28..996e592a 100644
--- a/vnext/src/components/__tests__/__snapshots__/UserLink.test.js.snap
+++ b/vnext/src/components/__tests__/__snapshots__/UserLink.test.js.snap
@@ -3,20 +3,29 @@
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
href="https://example.com/u/test"
>
+ <img />
</a>,
]