Update tests with new properties

This commit is contained in:
Eric NGUYEN 2022-08-30 18:05:19 +02:00
parent 5aaf1f4745
commit b6571e32d2
2 changed files with 22 additions and 69 deletions

View file

@ -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) => {