fixed all tests
This commit is contained in:
@ -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");
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user