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 a4b29b5 commit fae6cccCopy full SHA for fae6ccc
src/codegen/props/__tests__/position.test.ts
@@ -184,9 +184,11 @@ describe('position', () => {
184
it('should return relative position for parent with absolute children', () => {
185
const node = {
186
type: 'FRAME',
187
+ fills: [],
188
children: [
189
{
190
layoutPositioning: 'ABSOLUTE',
191
+ visible: true,
192
},
193
],
194
} as any
@@ -201,9 +203,11 @@ describe('position', () => {
201
203
202
204
205
layoutPositioning: 'AUTO',
206
207
208
209
210
211
212
213
0 commit comments