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); }); });