Skip to content

Commit 8f23093

Browse files
committed
Update snapshot
1 parent afccf65 commit 8f23093

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

test/unit/components/__snapshots__/sound-editor.test.jsx.snap

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -136,21 +136,14 @@ exports[`Sound Editor Component matches snapshot 1`] = `
136136
>
137137
<svg
138138
className={undefined}
139-
viewBox="-1 0 600 160"
139+
viewBox="0 0 600 160"
140140
>
141-
<line
142-
className={undefined}
143-
x1={-1}
144-
x2={600}
145-
y1={80}
146-
y2={80}
147-
/>
148141
<g
149142
transform="scale(1, -1) translate(0, -80)"
150143
>
151144
<path
152145
className={undefined}
153-
d="M0 0Q0 0 100 80 Q200 160 300 80 Q400 0 400 0 Q400 0 300 -80 Q200 -160 100 -80 Q0 0 0 0Z"
146+
d="M0 0Q0 80 150 120 Q300 160 450 200 Q600 240 600 0 Q600 -240 450 -200 Q300 -160 150 -120 Q0 -80 0 0Z"
154147
strokeLinejoin="round"
155148
strokeWidth={1}
156149
/>

0 commit comments

Comments
 (0)