Skip to content

Commit 8274d69

Browse files
ickasclaude
andcommitted
test: update snapshots
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ec13389 commit 8274d69

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/atoms/avatar-image/__tests__/__snapshots__/avatar.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exports[`Avatar renders 1`] = `
44
<DocumentFragment>
55
<div
6-
class="wrapper"
6+
class="avatar-img wrapper"
77
style="--avatarSize: 30px;"
88
>
99
<img

src/atoms/tag/__tests__/__snapshots__/tag.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exports[`Tag renders 1`] = `
44
<DocumentFragment>
55
<span
6-
class="tag variantSolid"
6+
class="tag tag variantSolid"
77
style="--bg: #EB5757; --txt: #ffffff;"
88
title="hello"
99
>

src/molecules/table-dnd/__tests__/__snapshots__/table-dnd.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ exports[`TableDnD renders 1`] = `
7070
>
7171
<div>
7272
<div
73-
class="wrapper"
73+
class="avatar-img wrapper"
7474
style="--avatarSize: 30px;"
7575
>
7676
<img

src/molecules/table/__tests__/__snapshots__/table.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ exports[`Table renders 1`] = `
3838
>
3939
<div>
4040
<div
41-
class="wrapper"
41+
class="avatar-img wrapper"
4242
style="--avatarSize: 30px;"
4343
>
4444
<img

0 commit comments

Comments
 (0)