From a168dc1c158dc22395f58e06077769f4b5740895 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Wed, 14 Jun 2023 01:17:44 +0100 Subject: [PATCH] Remove redundant code --- src/file/paragraph/run/run.spec.ts | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/file/paragraph/run/run.spec.ts b/src/file/paragraph/run/run.spec.ts index 12a46c4ba6..5d5650ce31 100644 --- a/src/file/paragraph/run/run.spec.ts +++ b/src/file/paragraph/run/run.spec.ts @@ -23,17 +23,6 @@ describe("Run", () => { ], }); }); - const run = new Run({ - noProof: false, - }); - const tree = new Formatter().format(run); - expect(tree).to.deep.equal({ - "w:r": [ - { - "w:rPr": [{ "w:noProof": { _attr: { "w:val": false } } }], - }, - ], - }); }); describe("#bold()", () => {