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()", () => {