Fix tests

This commit is contained in:
Dolan
2018-01-24 13:08:22 +00:00
parent 1037b7c23d
commit d0bd83d6c5

View File

@ -13,7 +13,7 @@ describe("Body", () => {
beforeEach(() => { beforeEach(() => {
body = new Body(); body = new Body();
body.push(new SectionProperties(0)); body.push(new SectionProperties());
body.push(new PageSize(0, 0)); body.push(new PageSize(0, 0));
body.push(new PageMargin(0, 0, 0, 0, 0, 0, 0)); body.push(new PageMargin(0, 0, 0, 0, 0, 0, 0));
body.push(new Columns(0)); body.push(new Columns(0));