Fix tests

This commit is contained in:
Dolan
2019-09-29 04:38:07 +01:00
parent 59be381213
commit b43ed12c84
3 changed files with 22 additions and 12 deletions

View File

@ -44,8 +44,10 @@ const table = new Table({
relativeHorizontalPosition: RelativeHorizontalPosition.RIGHT,
relativeVerticalPosition: RelativeVerticalPosition.BOTTOM,
},
width: 4535,
widthUnitType: WidthType.DXA,
width: {
size: 4535,
type: WidthType.DXA,
},
layout: TableLayoutType.FIXED,
});