diff options
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>, ] |