Update tests with new properties
This commit is contained in:
parent
5aaf1f4745
commit
b6571e32d2
2 changed files with 22 additions and 69 deletions
|
@ -35,7 +35,11 @@ describe.concurrent('Properties', () => {
|
|||
margin: {},
|
||||
xPositionReference: XPositionReference.Left,
|
||||
isFlex: false,
|
||||
isAnchor: false
|
||||
isAnchor: false,
|
||||
showChildrenDimensions: true, // TODO: put the dimension at the top (see pdf)
|
||||
showSelfDimensions: true, // TODO: put the dimension at the bottom (see pdf)
|
||||
isDimensionBorrower: true, // second dimensions from the bottom
|
||||
markPositionToDimensionBorrower: false
|
||||
};
|
||||
|
||||
const handleChange = vi.fn((key, value) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue