From 984e762a53220381b48a393f221eed5b7e28b791 Mon Sep 17 00:00:00 2001 From: Dolan Date: Tue, 6 Dec 2022 23:42:22 +0000 Subject: [PATCH] Fix test --- src/file/paragraph/run/run-components/text.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/file/paragraph/run/run-components/text.spec.ts b/src/file/paragraph/run/run-components/text.spec.ts index 3556623e15..c01606d632 100644 --- a/src/file/paragraph/run/run-components/text.spec.ts +++ b/src/file/paragraph/run/run-components/text.spec.ts @@ -29,7 +29,6 @@ describe("Text", () => { it("adds the passed in text to the component with options and sets default space type", () => { const t = new Text({ text: " this is\n text", - space: SpaceType.DEFAULT, }); const f = new Formatter().format(t); expect(f).to.deep.equal({