fixed formatting styles

This commit is contained in:
Igor Bulovski
2018-05-17 15:34:47 +02:00
parent cbe9c3ac50
commit c9eb27de11

View File

@ -168,10 +168,12 @@ describe("Paragraph", () => {
expect(tree).to.deep.equal({ expect(tree).to.deep.equal({
"w:p": [ "w:p": [
{ {
"w:pPr": [{ "w:pPr": [
"w:pageBreakBefore": [] {
}], "w:pageBreakBefore": [],
} },
],
},
], ],
}); });
}); });