fixed tslinting issues

This commit is contained in:
Dolan
2017-04-15 17:54:47 +01:00
parent dfff4b96bd
commit 410152441b
7 changed files with 6 additions and 6 deletions

View File

@ -20,7 +20,7 @@ describe("Drawing", () => {
it("should create a Drawing with correct root key", () => {
const newJson = Utility.jsonify(currentBreak);
assert.equal(newJson.rootKey, "w:drawing");
console.log(JSON.stringify(newJson, null, 2));
// console.log(JSON.stringify(newJson, null, 2));
});
});
});