Skip to content

Commit 106c842

Browse files
author
Damian Sznajder
committed
✅ Update Snapshots
1 parent e56bce7 commit 106c842

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

__tests__/__snapshots__/index.test.tsx.snap

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ exports[`<OtpInputs /> render 1`] = `
4949
onChange={[Function]}
5050
onFocus={[Function]}
5151
onKeyPress={[Function]}
52+
placeholder=""
5253
rejectResponderTermination={true}
5354
secureTextEntry={false}
5455
selectTextOnFocus={true}
@@ -94,6 +95,7 @@ exports[`<OtpInputs /> render 1`] = `
9495
onChange={[Function]}
9596
onFocus={[Function]}
9697
onKeyPress={[Function]}
98+
placeholder=""
9799
rejectResponderTermination={true}
98100
secureTextEntry={false}
99101
selectTextOnFocus={true}
@@ -139,6 +141,7 @@ exports[`<OtpInputs /> render 1`] = `
139141
onChange={[Function]}
140142
onFocus={[Function]}
141143
onKeyPress={[Function]}
144+
placeholder=""
142145
rejectResponderTermination={true}
143146
secureTextEntry={false}
144147
selectTextOnFocus={true}
@@ -184,6 +187,7 @@ exports[`<OtpInputs /> render 1`] = `
184187
onChange={[Function]}
185188
onFocus={[Function]}
186189
onKeyPress={[Function]}
190+
placeholder=""
187191
rejectResponderTermination={true}
188192
secureTextEntry={false}
189193
selectTextOnFocus={true}
@@ -273,6 +277,7 @@ exports[`<OtpInputs /> rendering with error 1`] = `
273277
onChange={[Function]}
274278
onFocus={[Function]}
275279
onKeyPress={[Function]}
280+
placeholder=""
276281
rejectResponderTermination={true}
277282
secureTextEntry={false}
278283
selectTextOnFocus={true}
@@ -320,6 +325,7 @@ exports[`<OtpInputs /> rendering with error 1`] = `
320325
onChange={[Function]}
321326
onFocus={[Function]}
322327
onKeyPress={[Function]}
328+
placeholder=""
323329
rejectResponderTermination={true}
324330
secureTextEntry={false}
325331
selectTextOnFocus={true}
@@ -367,6 +373,7 @@ exports[`<OtpInputs /> rendering with error 1`] = `
367373
onChange={[Function]}
368374
onFocus={[Function]}
369375
onKeyPress={[Function]}
376+
placeholder=""
370377
rejectResponderTermination={true}
371378
secureTextEntry={false}
372379
selectTextOnFocus={true}
@@ -414,6 +421,7 @@ exports[`<OtpInputs /> rendering with error 1`] = `
414421
onChange={[Function]}
415422
onFocus={[Function]}
416423
onKeyPress={[Function]}
424+
placeholder=""
417425
rejectResponderTermination={true}
418426
secureTextEntry={false}
419427
selectTextOnFocus={true}

0 commit comments

Comments
 (0)