Skip to content

Commit 61b1acb

Browse files
author
Ethan Neff
committed
test: updated snapshots
1 parent 035ca63 commit 61b1acb

File tree

2 files changed

+0
-32
lines changed

2 files changed

+0
-32
lines changed

src/components/Hello/__tests__/__snapshots__/index.tsx.snap

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,7 @@ exports[`renders correctly with defaults 1`] = `
4848
]
4949
}
5050
accessible={true}
51-
collapsable={undefined}
52-
hasTVPreferredFocus={undefined}
53-
hitSlop={undefined}
5451
isTVSelectable={true}
55-
nativeID={undefined}
56-
onLayout={undefined}
5752
onResponderGrant={[Function]}
5853
onResponderMove={[Function]}
5954
onResponderRelease={[Function]}
@@ -65,8 +60,6 @@ exports[`renders correctly with defaults 1`] = `
6560
"opacity": 1,
6661
}
6762
}
68-
testID={undefined}
69-
tvParallaxProperties={undefined}
7063
>
7164
<View
7265
style={
@@ -78,7 +71,6 @@ exports[`renders correctly with defaults 1`] = `
7871
<Text
7972
accessible={true}
8073
allowFontScaling={true}
81-
disabled={undefined}
8274
ellipsizeMode="tail"
8375
style={
8476
Array [
@@ -113,12 +105,7 @@ exports[`renders correctly with defaults 1`] = `
113105
]
114106
}
115107
accessible={true}
116-
collapsable={undefined}
117-
hasTVPreferredFocus={undefined}
118-
hitSlop={undefined}
119108
isTVSelectable={true}
120-
nativeID={undefined}
121-
onLayout={undefined}
122109
onResponderGrant={[Function]}
123110
onResponderMove={[Function]}
124111
onResponderRelease={[Function]}
@@ -130,8 +117,6 @@ exports[`renders correctly with defaults 1`] = `
130117
"opacity": 1,
131118
}
132119
}
133-
testID={undefined}
134-
tvParallaxProperties={undefined}
135120
>
136121
<View
137122
style={
@@ -143,7 +128,6 @@ exports[`renders correctly with defaults 1`] = `
143128
<Text
144129
accessible={true}
145130
allowFontScaling={true}
146-
disabled={undefined}
147131
ellipsizeMode="tail"
148132
style={
149133
Array [

src/containers/App/__tests__/__snapshots__/index.tsx.snap

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,7 @@ Cmd+D or shake for dev menu
101101
]
102102
}
103103
accessible={true}
104-
collapsable={undefined}
105-
hasTVPreferredFocus={undefined}
106-
hitSlop={undefined}
107104
isTVSelectable={true}
108-
nativeID={undefined}
109-
onLayout={undefined}
110105
onResponderGrant={[Function]}
111106
onResponderMove={[Function]}
112107
onResponderRelease={[Function]}
@@ -118,8 +113,6 @@ Cmd+D or shake for dev menu
118113
"opacity": 1,
119114
}
120115
}
121-
testID={undefined}
122-
tvParallaxProperties={undefined}
123116
>
124117
<View
125118
style={
@@ -131,7 +124,6 @@ Cmd+D or shake for dev menu
131124
<Text
132125
accessible={true}
133126
allowFontScaling={true}
134-
disabled={undefined}
135127
ellipsizeMode="tail"
136128
style={
137129
Array [
@@ -166,12 +158,7 @@ Cmd+D or shake for dev menu
166158
]
167159
}
168160
accessible={true}
169-
collapsable={undefined}
170-
hasTVPreferredFocus={undefined}
171-
hitSlop={undefined}
172161
isTVSelectable={true}
173-
nativeID={undefined}
174-
onLayout={undefined}
175162
onResponderGrant={[Function]}
176163
onResponderMove={[Function]}
177164
onResponderRelease={[Function]}
@@ -183,8 +170,6 @@ Cmd+D or shake for dev menu
183170
"opacity": 1,
184171
}
185172
}
186-
testID={undefined}
187-
tvParallaxProperties={undefined}
188173
>
189174
<View
190175
style={
@@ -196,7 +181,6 @@ Cmd+D or shake for dev menu
196181
<Text
197182
accessible={true}
198183
allowFontScaling={true}
199-
disabled={undefined}
200184
ellipsizeMode="tail"
201185
style={
202186
Array [

0 commit comments

Comments
 (0)