Remove redundant code

This commit is contained in:
Dolan Miu
2023-06-14 01:17:44 +01:00
parent 99dee460ae
commit a168dc1c15

View File

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