Skip to content

Commit ffbb119

Browse files
author
Paul Vallis
committed
Update snapshot for add-remove-nodes story
1 parent 2b30438 commit ffbb119

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

stories/__snapshots__/storyshots.test.js.snap

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2243,6 +2243,18 @@ exports[`Storyshots Basics Add and remove nodes programmatically 1`] = `
22432243
>
22442244
Add more
22452245
</button>
2246+
<br />
2247+
<label
2248+
Htmlfor="addAsFirstChild"
2249+
>
2250+
Add new nodes at start
2251+
<input
2252+
checked={false}
2253+
name="addAsFirstChild"
2254+
onChange={[Function]}
2255+
type="checkbox"
2256+
/>
2257+
</label>
22462258
</div>
22472259
<br />
22482260
<form

0 commit comments

Comments
 (0)