Skip to content

Commit 348841b

Browse files
committed
fix snapshot
1 parent b49fbd4 commit 348841b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Parallax/__snapshots__/index.test.tsx.snap

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ exports[`Expect the <Parallax> component to render correctly 1`] = `
77
style="border: 2px solid red;"
88
>
99
<div
10-
style="border: 2px solid blue; will-change: transform; transform: translateX(100%)translateY(100%);"
10+
class="class-foo"
11+
style="border: 23px solid blue; will-change: transform; transform: translateX(100%)translateY(100%);"
1112
>
1213
<div
1314
class="foo"

0 commit comments

Comments
 (0)