We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fae6ccc commit 70c9ac7Copy full SHA for 70c9ac7
src/codegen/props/__tests__/position.test.ts
@@ -187,9 +187,14 @@ describe('position', () => {
187
fills: [],
188
children: [
189
{
190
+ type: 'TEXT',
191
layoutPositioning: 'ABSOLUTE',
192
visible: true,
193
},
194
+ {
195
196
+ visible: true,
197
+ },
198
],
199
} as any
200
const result = getPositionProps(node)
@@ -206,9 +211,14 @@ describe('position', () => {
206
211
207
212
208
213
214
209
215
layoutPositioning: 'AUTO',
210
216
217
218
219
220
221
222
223
224
0 commit comments