@@ -111,29 +111,77 @@ export const Stub = () => {
111111 < Flex justify = "space-between" >
112112 < Box flex = "1" >
113113 < Flex direction = "column" fontWeight = "bold" color = "#666" >
114- < Text mb = "1" > path</ Text >
115- < Text mb = "1" > createdBy</ Text >
116- < Text mb = "1" > createdAt</ Text >
117- < Text mb = "1" > updatedBy</ Text >
118- < Text mb = "1" > updatedAt</ Text >
119- < Text mb = "1" > method</ Text >
120- < Text mb = "1" > contentType</ Text >
121- < Text mb = "1" > statusCode</ Text >
122- < Text mb = "1" > sleep</ Text >
114+ < Text mb = "1" h = "1.5rem" >
115+ path
116+ </ Text >
117+ < Text mb = "1" h = "1.5rem" >
118+ createdBy
119+ </ Text >
120+ < Text mb = "1" h = "1.5rem" >
121+ createdAt
122+ </ Text >
123+ < Text mb = "1" h = "1.5rem" >
124+ updatedBy
125+ </ Text >
126+ < Text mb = "1" h = "1.5rem" >
127+ updatedAt
128+ </ Text >
129+ < Text mb = "1" h = "1.5rem" >
130+ method
131+ </ Text >
132+ < Text mb = "1" h = "1.5rem" >
133+ contentType
134+ </ Text >
135+ < Text mb = "1" h = "1.5rem" >
136+ statusCode
137+ </ Text >
138+ < Text mb = "1" h = "1.5rem" >
139+ sleep
140+ </ Text >
141+ < Text mb = "1" h = "1.5rem" >
142+ ntimesError
143+ </ Text >
144+ < Text mb = "1" h = "1.5rem" >
145+ ntimesErrorStatusCode
146+ </ Text >
123147 < Text > response</ Text >
124148 </ Flex >
125149 </ Box >
126150 < Box flex = "2" >
127151 < Flex direction = "column" >
128- < Text mb = "1" > { stub . path } </ Text >
129- < Text mb = "1" > { stub . createdBy } </ Text >
130- < Text mb = "1" > { stub . createdAt . toLocaleString ( ) } </ Text >
131- < Text mb = "1" > { stub . updatedBy } </ Text >
132- < Text mb = "1" > { stub . updatedAt . toLocaleString ( ) } </ Text >
133- < Text mb = "1" > { stub . method } </ Text >
134- < Text mb = "1" > { stub . contentType } </ Text >
135- < Text mb = "1" > { stub . statusCode } </ Text >
136- < Text mb = "1" > { stub . sleep } s</ Text >
152+ < Text mb = "1" h = "1.5rem" >
153+ { stub . path }
154+ </ Text >
155+ < Text mb = "1" h = "1.5rem" >
156+ { stub . createdBy }
157+ </ Text >
158+ < Text mb = "1" h = "1.5rem" >
159+ { stub . createdAt . toLocaleString ( ) }
160+ </ Text >
161+ < Text mb = "1" h = "1.5rem" >
162+ { stub . updatedBy }
163+ </ Text >
164+ < Text mb = "1" h = "1.5rem" >
165+ { stub . updatedAt . toLocaleString ( ) }
166+ </ Text >
167+ < Text mb = "1" h = "1.5rem" >
168+ { stub . method }
169+ </ Text >
170+ < Text mb = "1" h = "1.5rem" >
171+ { stub . contentType }
172+ </ Text >
173+ < Text mb = "1" h = "1.5rem" >
174+ { stub . statusCode }
175+ </ Text >
176+ < Text mb = "1" h = "1.5rem" >
177+ { stub . sleep } s
178+ </ Text >
179+ < Text mb = "1" h = "1.5rem" >
180+ { stub . ntimesError } times
181+ </ Text >
182+ < Text mb = "1" h = "1.5rem" >
183+ { stub . ntimesErrorStatusCode }
184+ </ Text >
137185 < Box w = "100%" p = "2" bgColor = "#3c3c3c" color = "#fff" borderRadius = "lg" >
138186 < pre style = { { whiteSpace : "pre-wrap" } } >
139187 { ( ( ) => {
0 commit comments