Skip to content

Commit b939d63

Browse files
committed
update snapshots
1 parent 1e93a44 commit b939d63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/__tests__/__snapshots__/render.test.js.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ exports[`debug: shallow 1`] = `
151151
value=\\"I inspected freshie\\"
152152
/>
153153
<Button
154-
onPress={[Function anonymous]}
154+
onPress={[Function changeFresh]}
155155
type=\\"primary\\"
156156
>
157157
Change freshness!
@@ -201,7 +201,7 @@ exports[`debug: shallow with message 1`] = `
201201
value=\\"I inspected freshie\\"
202202
/>
203203
<Button
204-
onPress={[Function anonymous]}
204+
onPress={[Function changeFresh]}
205205
type=\\"primary\\"
206206
>
207207
Change freshness!

0 commit comments

Comments
 (0)