Revert back body test
This commit is contained in:
@ -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);
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user