appease the linter

This commit is contained in:
felipe
2017-03-11 10:30:25 +01:00
parent bd9d6b74f5
commit 70f4613e1b
3 changed files with 4 additions and 4 deletions

View File

@ -57,7 +57,7 @@ describe("Document", () => {
});
it("should create a table with the correct dimensions", () => {
const table = document.createTable(2, 3);
document.createTable(2, 3);
const body = new Formatter().format(document)["w:document"][1]["w:body"];
expect(body).to.be.an("array").which.has.length.at.least(1);
expect(body[0]).to.have.property("w:tbl").which.includes({