diff options
author | Vitaly Takmazov | 2019-04-04 14:57:28 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | c91105360bedcd500ab927798d0b2e262b6ceed3 (patch) | |
tree | 5e33183440deab5039cd0bf0a3e70f7bc67bfaf2 /vnext/src/components | |
parent | 4215967b6c8cecc0d178c253065a9c54493f102c (diff) |
update snapshots
Diffstat (limited to 'vnext/src/components')
-rw-r--r-- | vnext/src/components/__tests__/__snapshots__/UserLink.test.js.snap | 9 |
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>, ] |