diff --git a/src/file/paragraph/paragraph.spec.ts b/src/file/paragraph/paragraph.spec.ts index 0aa17b558a..863d0ceb3d 100644 --- a/src/file/paragraph/paragraph.spec.ts +++ b/src/file/paragraph/paragraph.spec.ts @@ -168,10 +168,12 @@ describe("Paragraph", () => { expect(tree).to.deep.equal({ "w:p": [ { - "w:pPr": [{ - "w:pageBreakBefore": [] - }], - } + "w:pPr": [ + { + "w:pageBreakBefore": [], + }, + ], + }, ], }); });