From 99dee460ae8a720ac8216c4f8e6e54554f2df2e5 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Tue, 13 Jun 2023 20:55:20 +0100 Subject: [PATCH] Fix prettier --- src/file/paragraph/run/run.spec.ts | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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 } } }], }, ], });