AssetCard: Fix test errors

This commit is contained in:
Gustav Hansen 2022-06-13 11:17:25 +02:00
parent 99519e5bc2
commit 50bcc09b14

View File

@ -18,6 +18,7 @@ describe('ImageAssetCard', () => {
const { container } = renderTL(
<ThemeProvider theme={lightTheme}>
<ImageAssetCard
alt=""
name="hello.png"
extension="png"
height={40}
@ -447,6 +448,7 @@ describe('ImageAssetCard', () => {
class="c12"
>
<img
alt=""
aria-hidden="true"
class="c13"
src="http://somewhere.com/hello.png?width=40&height=40"