diff --git a/src/file/paragraph/run/run.spec.ts b/src/file/paragraph/run/run.spec.ts index d065181fb4..12a46c4ba6 100644 --- a/src/file/paragraph/run/run.spec.ts +++ b/src/file/paragraph/run/run.spec.ts @@ -18,9 +18,7 @@ describe("Run", () => { expect(tree).to.deep.equal({ "w:r": [ { - "w:rPr": [ - { "w:noProof": {} }, - ], + "w:rPr": [{ "w:noProof": {} }], }, ], }); @@ -32,9 +30,7 @@ describe("Run", () => { expect(tree).to.deep.equal({ "w:r": [ { - "w:rPr": [ - { "w:noProof": { _attr: { "w:val": false } } }, - ], + "w:rPr": [{ "w:noProof": { _attr: { "w:val": false } } }], }, ], });