diff --git a/src/file/document/body/section-properties/section-properties.spec.ts b/src/file/document/body/section-properties/section-properties.spec.ts index e80facb635..9a8645e5b0 100644 --- a/src/file/document/body/section-properties/section-properties.spec.ts +++ b/src/file/document/body/section-properties/section-properties.spec.ts @@ -17,6 +17,7 @@ describe("SectionProperties", () => { header: 708, footer: 708, gutter: 0, + mirror: false, space: 708, linePitch: 360, headerId: 100, @@ -40,6 +41,7 @@ describe("SectionProperties", () => { "w:left": 1440, "w:header": 708, "w:gutter": 0, + "w:mirrorMargins": false, }, }, ], @@ -69,6 +71,7 @@ describe("SectionProperties", () => { "w:left": 1440, "w:header": 708, "w:gutter": 0, + "w:mirrorMargins": false, }, }, ], @@ -99,6 +102,7 @@ describe("SectionProperties", () => { "w:left": 1440, "w:header": 708, "w:gutter": 0, + "w:mirrorMargins": false, }, }, ], @@ -124,6 +128,7 @@ describe("SectionProperties", () => { "w:left": 1440, "w:header": 708, "w:gutter": 0, + "w:mirrorMargins": false, }, }, ], @@ -150,6 +155,7 @@ describe("SectionProperties", () => { "w:left": 1440, "w:header": 708, "w:gutter": 0, + "w:mirrorMargins": false, }, }, ],