Fix tests

This commit is contained in:
Dolan
2018-03-22 23:04:46 +00:00
parent a0e034bd55
commit a954c69458
3 changed files with 88 additions and 6 deletions

View File

@ -12,6 +12,7 @@ export class Table extends XmlComponent {
super("w:tbl");
this.properties = new TableProperties();
this.root.push(this.properties);
this.properties.setBorder();
const gridCols: number[] = [];
for (let i = 0; i < cols; i++) {