diff options
author | Vitaly Takmazov | 2020-01-16 10:52:56 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | e6f0556bae95a52ad3322bd55edfb192d7a58955 (patch) | |
tree | 21b877c692d992e765485967f692ba2ac0ac0424 /vnext/src/ui | |
parent | 0488d7fe1baec76e796ca2af6c18f17a06d56c77 (diff) |
Update deps
Diffstat (limited to 'vnext/src/ui')
-rw-r--r-- | vnext/src/ui/__tests__/__snapshots__/UserLink.test.js.snap | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vnext/src/ui/__tests__/__snapshots__/UserLink.test.js.snap b/vnext/src/ui/__tests__/__snapshots__/UserLink.test.js.snap index 15e25367..0864479c 100644 --- a/vnext/src/ui/__tests__/__snapshots__/UserLink.test.js.snap +++ b/vnext/src/ui/__tests__/__snapshots__/UserLink.test.js.snap @@ -26,7 +26,9 @@ Array [ className="info-avatar" href="https://example.com/u/test" > - <img /> + <img + src="test-file-stub" + /> </a>, ] |