fixed all tests

This commit is contained in:
Dolan Miu
2016-05-02 23:32:10 +01:00
parent f805d6bef7
commit c345ab716b
3 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,6 @@ describe('TextRun', () => {
it("should add text into run", () => {
run = new TextRun("test");
var newJson = jsonify(run);
console.log(newJson.root[1].root)
assert.equal(newJson.root[1].root, "test");
});
});