Skip to content

Commit 23604c0

Browse files
committed
fix: update tests
1 parent 2463579 commit 23604c0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/components/__tests__/__snapshots__/TextInput.test.tsx.snap

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ exports[`call onPress when affix adornment pressed 1`] = `
211211
"textAlign": "left",
212212
"textAlignVertical": "center",
213213
},
214-
false,
214+
undefined,
215215
{
216216
"marginLeft": 0,
217217
"paddingLeft": 40,
@@ -525,7 +525,7 @@ exports[`correctly applies a component as the text label 1`] = `
525525
"textAlign": "left",
526526
"textAlignVertical": "center",
527527
},
528-
false,
528+
undefined,
529529
[
530530
{},
531531
],
@@ -751,7 +751,7 @@ exports[`correctly applies cursorColor prop 1`] = `
751751
"textAlign": "left",
752752
"textAlignVertical": "center",
753753
},
754-
false,
754+
undefined,
755755
[
756756
{},
757757
],
@@ -977,7 +977,7 @@ exports[`correctly applies default textAlign based on default RTL 1`] = `
977977
"textAlign": "left",
978978
"textAlignVertical": "center",
979979
},
980-
false,
980+
undefined,
981981
[
982982
{},
983983
],
@@ -1236,7 +1236,7 @@ exports[`correctly applies height to multiline Outline TextInput 1`] = `
12361236
"textAlign": "left",
12371237
"textAlignVertical": "top",
12381238
},
1239-
false,
1239+
undefined,
12401240
[
12411241
{},
12421242
],
@@ -1462,7 +1462,7 @@ exports[`correctly applies paddingLeft from contentStyleProp 1`] = `
14621462
"textAlign": "left",
14631463
"textAlignVertical": "center",
14641464
},
1465-
false,
1465+
undefined,
14661466
[
14671467
{},
14681468
],
@@ -1690,7 +1690,7 @@ exports[`correctly applies textAlign center 1`] = `
16901690
"textAlign": "center",
16911691
"textAlignVertical": "center",
16921692
},
1693-
false,
1693+
undefined,
16941694
[
16951695
{},
16961696
],
@@ -1916,7 +1916,7 @@ exports[`correctly renders left-side affix adornment, and right-side icon adornm
19161916
"textAlign": "left",
19171917
"textAlignVertical": "center",
19181918
},
1919-
false,
1919+
undefined,
19201920
{
19211921
"marginLeft": 0,
19221922
"marginRight": 40,
@@ -2342,7 +2342,7 @@ exports[`correctly renders left-side icon adornment, and right-side affix adornm
23422342
"textAlign": "left",
23432343
"textAlignVertical": "center",
23442344
},
2345-
false,
2345+
undefined,
23462346
{
23472347
"marginLeft": 40,
23482348
"marginRight": 0,

0 commit comments

Comments
 (0)