From b2c3dd2f7bbf320893cab87259da68b35157f79b Mon Sep 17 00:00:00 2001 From: Jacob Wright Date: Fri, 15 Sep 2017 09:05:28 -0600 Subject: [PATCH] Fix tests --- ts/tests/docx/paragraph/paragraphTests.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ts/tests/docx/paragraph/paragraphTests.ts b/ts/tests/docx/paragraph/paragraphTests.ts index 1b103a5a8f..4c17c4d056 100644 --- a/ts/tests/docx/paragraph/paragraphTests.ts +++ b/ts/tests/docx/paragraph/paragraphTests.ts @@ -144,6 +144,8 @@ describe("Paragraph", () => { const tree = new Formatter().format(paragraph); expect(tree).to.deep.equal({ "w:p": [{ + "w:pPr": [], + },{ "w:r": [ {"w:rPr": []}, {"w:br": [{_attr: {"w:type": "page"}}]},