From 82fef4c2b19ca2414e1f7a7f8fbbdcbbe71b8a67 Mon Sep 17 00:00:00 2001 From: Dolan Date: Tue, 6 Aug 2019 22:27:16 +0100 Subject: [PATCH] Fix tests --- src/file/paragraph/run/run.spec.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/file/paragraph/run/run.spec.ts b/src/file/paragraph/run/run.spec.ts index ed43584292..b8b30295d6 100644 --- a/src/file/paragraph/run/run.spec.ts +++ b/src/file/paragraph/run/run.spec.ts @@ -133,7 +133,6 @@ describe("Run", () => { describe("#highlight()", () => { it("it should add highlight to the properties", () => { const run = new Run({ - doubleStrike: true, highlight: "005599", }); const tree = new Formatter().format(run); @@ -159,7 +158,6 @@ describe("Run", () => { describe("#shadow()", () => { it("it should add shadow to the properties", () => { const run = new Run({ - doubleStrike: true, shadow: { type: ShadingType.PERCENT_10, fill: "00FFFF",