Revert back body test

This commit is contained in:
Dolan
2018-09-17 21:44:12 +01:00
parent a95366e54e
commit d63e6bf6b1

View File

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