Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
jackiequach committed Nov 27, 2023
1 parent 6254b70 commit b6c52d4
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions src/components/Image/__snapshots__/Image.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,18 @@ exports[`Image Renders the UI snapshot correctly 9`] = `
`;

exports[`Image Renders the UI snapshot correctly 10`] = `
<div
className="css-0"
>
<img
alt=""
className="css-0"
src="test.png"
/>
</div>
`;

exports[`Image Renders the UI snapshot correctly 11`] = `
<div
className="css-0"
>
Expand All @@ -208,7 +220,7 @@ exports[`Image Renders the UI snapshot correctly 10`] = `
</div>
`;

exports[`Image Renders the UI snapshot correctly 11`] = `
exports[`Image Renders the UI snapshot correctly 12`] = `
<div
className="css-0"
>
Expand All @@ -228,7 +240,7 @@ exports[`Image Renders the UI snapshot correctly 11`] = `
</div>
`;

exports[`Image Renders the UI snapshot correctly 12`] = `
exports[`Image Renders the UI snapshot correctly 13`] = `
<div
className="css-0"
>
Expand All @@ -240,7 +252,7 @@ exports[`Image Renders the UI snapshot correctly 12`] = `
</div>
`;

exports[`Image Renders the UI snapshot correctly 13`] = `
exports[`Image Renders the UI snapshot correctly 14`] = `
<div
className="css-0"
>
Expand All @@ -260,7 +272,7 @@ exports[`Image Renders the UI snapshot correctly 13`] = `
</div>
`;

exports[`Image Renders the UI snapshot correctly 14`] = `
exports[`Image Renders the UI snapshot correctly 15`] = `
<div
className="css-0"
>
Expand All @@ -280,7 +292,7 @@ exports[`Image Renders the UI snapshot correctly 14`] = `
</div>
`;

exports[`Image Renders the UI snapshot correctly 15`] = `
exports[`Image Renders the UI snapshot correctly 16`] = `
<div
className="css-0"
>
Expand All @@ -300,7 +312,7 @@ exports[`Image Renders the UI snapshot correctly 15`] = `
</div>
`;

exports[`Image Renders the UI snapshot correctly 16`] = `
exports[`Image Renders the UI snapshot correctly 17`] = `
<div
className="css-0"
>
Expand All @@ -320,7 +332,7 @@ exports[`Image Renders the UI snapshot correctly 16`] = `
</div>
`;

exports[`Image Renders the UI snapshot correctly 17`] = `
exports[`Image Renders the UI snapshot correctly 18`] = `
<div
className="css-0"
>
Expand All @@ -340,7 +352,7 @@ exports[`Image Renders the UI snapshot correctly 17`] = `
</div>
`;

exports[`Image Renders the UI snapshot correctly 18`] = `
exports[`Image Renders the UI snapshot correctly 19`] = `
<div
className="css-0"
>
Expand All @@ -360,7 +372,7 @@ exports[`Image Renders the UI snapshot correctly 18`] = `
</div>
`;

exports[`Image Renders the UI snapshot correctly 19`] = `
exports[`Image Renders the UI snapshot correctly 20`] = `
<div
className="css-0"
>
Expand All @@ -372,7 +384,7 @@ exports[`Image Renders the UI snapshot correctly 19`] = `
</div>
`;

exports[`Image Renders the UI snapshot correctly 20`] = `
exports[`Image Renders the UI snapshot correctly 21`] = `
<div
className="css-0"
>
Expand Down

0 comments on commit b6c52d4

Please sign in to comment.