From d63e6bf6b107b1f0c4a6229d8548ac6d5050fcf6 Mon Sep 17 00:00:00 2001 From: Dolan Date: Mon, 17 Sep 2018 21:44:12 +0100 Subject: [PATCH] Revert back body test --- src/file/document/body/body.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/file/document/body/body.spec.ts b/src/file/document/body/body.spec.ts index f04f16010d..67b9d9ab21 100644 --- a/src/file/document/body/body.spec.ts +++ b/src/file/document/body/body.spec.ts @@ -16,6 +16,7 @@ describe("Body", () => { expect(formatted) .to.have.property("w:sectPr") .and.to.be.an.instanceof(Array); + expect(formatted["w:sectPr"]).to.have.length(5); }); });