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

@ -84,7 +84,7 @@ describe("Table", () => {
describe("#setWidth", () => {
it("sets the preferred width on the table", () => {
const table = new Table(2, 2).setWidth("pct", 1000)
const table = new Table(2, 2).setWidth("pct", 1000);
const tree = new Formatter().format(table);
expect(tree).to.have.property("w:tbl").which.is.an("array").with.has.length.at.least(1);
expect(tree["w:tbl"][0]).to.deep.equal({