Skip to content

Commit 072913f

Browse files
committed
update snapshot
1 parent 5660504 commit 072913f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exports[`Expect the <Parallax> component to render correctly 1`] = `
88
>
99
<div
1010
class="parallax-inner"
11-
style="border: 2px solid blue; transform: translateX(100%)translateY(100%);"
11+
style="border: 2px solid blue; will-change: transform,opacity; transform: translateX(100%)translateY(100%);"
1212
>
1313
<div
1414
class="foo"

0 commit comments

Comments
 (0)