Make Paragraph declaritive
This commit is contained in:
@ -31,9 +31,9 @@ describe("ThematicBreak", () => {
|
||||
const newJson = Utility.jsonify(thematicBreak);
|
||||
const attributes = {
|
||||
color: "auto",
|
||||
space: "1",
|
||||
space: 1,
|
||||
val: "single",
|
||||
sz: "6",
|
||||
sz: 6,
|
||||
};
|
||||
assert.equal(JSON.stringify(newJson.root[0].root[0].root), JSON.stringify(attributes));
|
||||
});
|
||||
|
Reference in New Issue
Block a user