This commit is contained in:
Dolan Miu
2016-05-01 22:49:51 +01:00
parent 9a7dff0cdc
commit 1329a8a1e0
4 changed files with 0 additions and 17 deletions

View File

@ -15,7 +15,6 @@ describe("ParagraphStyle", () => {
it("should create a style with given value", () => {
style = new Style("test");
var newJson = jsonify(style);
console.log(newJson.root[0].root.val);
assert.equal(newJson.root[0].root.val, "test");
});