File tree Expand file tree Collapse file tree 4 files changed +37
-86
lines changed
MessageInput/__tests__/__snapshots__
Message/MessageSimple/__tests__/__snapshots__
Thread/__tests__/__snapshots__ Expand file tree Collapse file tree 4 files changed +37
-86
lines changed Original file line number Diff line number Diff line change @@ -137,18 +137,11 @@ exports[`MessageStatus should render message status with read by container 1`] =
137137 >
138138 <RCTScrollView
139139 contentContainerStyle = {
140- [
141- {
142- " flexGrow" : 1 ,
143- },
144- {
145- " backgroundColor" : " #FFFFFF" ,
146- },
147- {},
148- {
149- " opacity" : 1 ,
150- },
151- ]
140+ {
141+ " backgroundColor" : " #FFFFFF" ,
142+ " flexGrow" : 1 ,
143+ " opacity" : 1 ,
144+ }
152145 }
153146 data = { []}
154147 getItem = { [Function ]}
Original file line number Diff line number Diff line change 1- // Jest Snapshot v1, https://goo.gl/fbAQLP
1+ // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22
33exports [` AttachButton should call handleAttachButtonPress when the button is clicked if passed 1` ] = `
44<View
@@ -172,18 +172,11 @@ exports[`AttachButton should call handleAttachButtonPress when the button is cli
172172 >
173173 <RCTScrollView
174174 contentContainerStyle = {
175- [
176- {
177- " flexGrow" : 1 ,
178- },
179- {
180- " backgroundColor" : " #FFFFFF" ,
181- },
182- {},
183- {
184- " opacity" : 1 ,
185- },
186- ]
175+ {
176+ " backgroundColor" : " #FFFFFF" ,
177+ " flexGrow" : 1 ,
178+ " opacity" : 1 ,
179+ }
187180 }
188181 data = { []}
189182 getItem = { [Function ]}
@@ -382,18 +375,11 @@ exports[`AttachButton should render a enabled AttachButton 1`] = `
382375 >
383376 <RCTScrollView
384377 contentContainerStyle = {
385- [
386- {
387- " flexGrow" : 1 ,
388- },
389- {
390- " backgroundColor" : " #FFFFFF" ,
391- },
392- {},
393- {
394- " opacity" : 1 ,
395- },
396- ]
378+ {
379+ " backgroundColor" : " #FFFFFF" ,
380+ " flexGrow" : 1 ,
381+ " opacity" : 1 ,
382+ }
397383 }
398384 data = { []}
399385 getItem = { [Function ]}
@@ -592,18 +578,11 @@ exports[`AttachButton should render an disabled AttachButton 1`] = `
592578 >
593579 <RCTScrollView
594580 contentContainerStyle = {
595- [
596- {
597- " flexGrow" : 1 ,
598- },
599- {
600- " backgroundColor" : " #FFFFFF" ,
601- },
602- {},
603- {
604- " opacity" : 1 ,
605- },
606- ]
581+ {
582+ " backgroundColor" : " #FFFFFF" ,
583+ " flexGrow" : 1 ,
584+ " opacity" : 1 ,
585+ }
607586 }
608587 data = { []}
609588 getItem = { [Function ]}
Original file line number Diff line number Diff line change 1- // Jest Snapshot v1, https://goo.gl/fbAQLP
1+ // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22
33exports [` SendButton should render a SendButton 1` ] = `
44<View
@@ -147,18 +147,11 @@ exports[`SendButton should render a SendButton 1`] = `
147147 >
148148 <RCTScrollView
149149 contentContainerStyle = {
150- [
151- {
152- " flexGrow" : 1 ,
153- },
154- {
155- " backgroundColor" : " #FFFFFF" ,
156- },
157- {},
158- {
159- " opacity" : 1 ,
160- },
161- ]
150+ {
151+ " backgroundColor" : " #FFFFFF" ,
152+ " flexGrow" : 1 ,
153+ " opacity" : 1 ,
154+ }
162155 }
163156 data = { []}
164157 getItem = { [Function ]}
@@ -332,18 +325,11 @@ exports[`SendButton should render a disabled SendButton 1`] = `
332325 >
333326 <RCTScrollView
334327 contentContainerStyle = {
335- [
336- {
337- " flexGrow" : 1 ,
338- },
339- {
340- " backgroundColor" : " #FFFFFF" ,
341- },
342- {},
343- {
344- " opacity" : 1 ,
345- },
346- ]
328+ {
329+ " backgroundColor" : " #FFFFFF" ,
330+ " flexGrow" : 1 ,
331+ " opacity" : 1 ,
332+ }
347333 }
348334 data = { []}
349335 getItem = { [Function ]}
Original file line number Diff line number Diff line change @@ -2439,18 +2439,11 @@ exports[`Thread should match thread snapshot 1`] = `
24392439 >
24402440 <RCTScrollView
24412441 contentContainerStyle = {
2442- [
2443- {
2444- " flexGrow" : 1 ,
2445- },
2446- {
2447- " backgroundColor" : " #FFFFFF" ,
2448- },
2449- {},
2450- {
2451- " opacity" : 1 ,
2452- },
2453- ]
2442+ {
2443+ " backgroundColor" : " #FFFFFF" ,
2444+ " flexGrow" : 1 ,
2445+ " opacity" : 1 ,
2446+ }
24542447 }
24552448 data = { []}
24562449 getItem = { [Function ]}
You can’t perform that action at this time.
0 commit comments